/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/tsconfig.schematics.json
19 строк
498 B
Liam DeBeasi
refactor(angular): move to packages directory (#27719)
05 июл 2023, 20:52
Не верифицирован
05 июл 2023, 20:52
32bc33e
Код
Авторство
О чём код?
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowUnreachableCode": false, "lib": ["es2017", "dom"], "module": "commonjs", "moduleResolution": "node", "sourceMap": false, "pretty": true, "rootDir": "src/schematics", "target": "es2017", "outDir": "dist/schematics" }, "exclude": ["node_modules"], "include": ["src/schematics/**/*.ts"] }