/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/react/tsconfig.json
20 строк
572 B
Paweł Tymczuk
feat(react,nextjs): better dist folders structure and tsup config improvements (#7914)
17 мар 2025, 11:16
Не верифицирован
17 мар 2025, 11:16
e669f11
Код
Авторство
О чём код?
{ "include": ["src/**/*", "src/**/*.d.ts"], "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "target": "ES2020", "esModuleInterop": true, "module": "ESNext", "isolatedModules": true, "jsx": "react-jsx", "forceConsistentCasingInFileNames": true, "moduleResolution": "Bundler", "emitDecoratorMetadata": false, "skipLibCheck": true, "strict": true, "noEmit": true, "outDir": "./dist/esm", "rootDir": "./src" }, "exclude": ["src/**/*.test.*", "src/*.test.*", "node_modules", "**/node_modules/*"] }