/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
50 строк
1 KB
Eugene Pankov
fixed copying as HTML - fixes #8092, fixes #8091
19 мар 2023, 12:41
Не верифицирован
19 мар 2023, 12:41
2e72774
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "es2015", "target": "es2016", "moduleResolution": "node", "noImplicitAny": false, "removeComments": false, "emitDeclarationOnly": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "importHelpers": true, "strictNullChecks": true, "lib": [ "DOM", "ES5", "ES6", "ES7", "ES2015", "ES2017", "ES2019", "ES2021" ], "paths": { "*": [ "../node_modules/*", "../../app/node_modules/*", "./app/node_modules/*" ], "tabby-*": ["../../tabby-*/src"], } }, "typeAcquisition": { "include": [ "../node_modules", "../../app/node_modules" ] }, "angularCompilerOptions": { "strictTemplates": true, "enableResourceInlining": true, "strictInjectionParameters": true, }, }