/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular_devkit/build_webpack/test/angular-app/tsconfig.json
17 строк
397 B
Kristiyan Kostadinov
build: update to TypeScript 6
04 мар 2026, 16:11
04 мар 2026, 16:11
1d7fceb
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "moduleResolution": "bundler", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es2022", "lib": ["es2022", "dom"] }, "angularCompilerOptions": { "enableIvy": true, "disableTypeScriptVersionCheck": true } }