/
developer.bami
/
DFM
Обзор
Документация
Войти
/
developer.bami
/
DFM
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tent/tsconfig.json
35 строк
906 B
Michael
Initial version of testTent generated by generator-jhipster@8.6.0
21 фев 2025, 17:36
21 фев 2025, 17:36
12549b1
Код
Авторство
О чём код?
{ "compilerOptions": { "baseUrl": "src/main/webapp/", "outDir": "./target/out-tsc/root", "forceConsistentCasingInFileNames": true, "strict": true, "strictNullChecks": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "useDefineForClassFields": false, "target": "es2022", "module": "es2020", "types": [], "lib": ["es2018", "es2020", "dom"] }, "references": [ { "path": "tsconfig.spec.json" } ], "angularCompilerOptions": { "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true, "preserveWhitespaces": true } }