/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/tsconfig.build.json
21 строка
588 B
Sokratis Vidros
chore(root): Upgrade to latest typescript (#6520)
18 сен 2024, 15:19
Не верифицирован
18 сен 2024, 15:19
5cd0e5a
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "module": "commonjs", "declaration": true, "noImplicitAny": false, "removeComments": true, "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "strictNullChecks": true, "target": "es6", "esModuleInterop": false, "sourceMap": true, "skipLibCheck": true, "outDir": "./dist", "baseUrl": "./src" }, "include": ["src/**/*", "src/**/*.d.ts"], "exclude": ["node_modules", "**/*.spec.ts", "**/*.e2e.ts", "**/*.e2e-ee.ts"] }