/
watchadoing
/
CatPinterest
Обзор
Документация
Войти
/
watchadoing
/
CatPinterest
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
api/tsconfig.json
21 строка
546 B
Andrey Isaev
feat: initializate project
17 июн 2025, 17:54
17 июн 2025, 17:54
04314b9
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false } }