/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/framework/tsconfig.json
22 строки
547 B
Sokratis Vidros
fix(framework): Resolve CJS issues this time with json-schema-faker (#6766)
29 окт 2024, 10:20
Не верифицирован
29 окт 2024, 10:20
d6d4250
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2019", "module": "ES2020", "moduleResolution": "Bundler", "skipLibCheck": true, "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "declaration": true, "declarationMap": true, "noImplicitAny": true, "sourceMap": true, "rootDir": ".", "outDir": "./dist", "experimentalDecorators": true, "allowJs": true, "strict": true }, "include": ["./src/**/*", "scripts/devtool.ts"], "exclude": ["node_modules"] }