/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.25
modules/benchmarks/tsconfig.json
34 строки
915 B
Joey Perrott
test: use zone from npm instead of the locally built package for modules testing (#61947)
07 июн 2025, 01:20
07 июн 2025, 01:20
21fc93b
Код
Авторство
О чём код?
{ "compilerOptions": { "baseUrl": ".", "declaration": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "module": "commonjs", "moduleResolution": "node", "strict": true, "outDir": "../../dist/all/", "noImplicitAny": true, "noFallthroughCasesInSwitch": true, "paths": { "selenium-webdriver": ["../../node_modules/@types/selenium-webdriver/index.d.ts"], "rxjs/*": ["../../node_modules/rxjs/*"], "@angular/*": ["../../packages/*"], }, "rootDir": ".", "inlineSourceMap": true, "lib": ["es5", "DOM", "ScriptHost"], "skipDefaultLibCheck": true, "skipLibCheck": true, "target": "es5", "types": ["angular", "jasmine"] }, "angularCompilerOptions": { "skipTemplateCodegen": true }, "rules": { "no-floating-promises": true, "no-unused-expression": true, "no-unused-variable": true } }