/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/api/tsconfig.json
15 строк
351 B
Paweł Tymczuk
feat(react,nextjs): better dist folders structure and tsup config improvements (#7914)
17 мар 2025, 11:16
Не верифицирован
17 мар 2025, 11:16
e669f11
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "module": "commonjs", "skipLibCheck": true, "sourceMap": true, "strictNullChecks": true, "target": "es6" }, "exclude": ["node_modules"] }