/
integrator2
/
dklt
Обзор
Документация
Войти
/
integrator2
/
dklt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tsconfig.json
25 строк
627 B
sarkazi
first_commit
05 июн 2025, 14:40
05 июн 2025, 14:40
7f52590
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2017", "moduleResolution": "node", "esModuleInterop": true, "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "baseUrl": "./src", "incremental": true, "typeRoots": ["./node_modules/@types", "./src/core/types"], "types": ["express"], "paths": { "@/*": ["*"] } }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }