/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modules/testing/builder/projects/hello-world-app/tsconfig.json
23 строки
494 B
Charles Lyding
refactor(@ngtools/webpack): support optional baseUrl with tsconfig paths
03 мар 2026, 01:37
03 мар 2026, 01:37
b47078f
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "moduleResolution": "bundler", "emitDecoratorMetadata": true, "experimentalDecorators": true, "skipLibCheck": true, "target": "es2022", "module": "es2022", "lib": [ "es2022", "dom" ] }, "angularCompilerOptions": { "enableIvy": true, "disableTypeScriptVersionCheck": true, "strictTemplates": true } }