/
mikopbx
/
elements
Обзор
Документация
Войти
/
mikopbx
/
elements
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
main
examples/angular/tsconfig.json
21 строка
513 B
Marcell Toth
feat(test): add angular example and e2e check (#831)
01 фев 2021, 16:00
Не верифицирован
01 фев 2021, 16:00
9375279
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "module": "es2020", "moduleResolution": "node", "importHelpers": true, "target": "es2015", "typeRoots": ["node_modules/@types"], "lib": ["es2018", "dom"] }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true } }