/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/nextjs/tsconfig.declarations.json
13 строк
293 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": { "declaration": true, "declarationDir": "./dist/types", "declarationMap": true, "emitDeclarationOnly": true, "noEmit": false, "skipLibCheck": true, "sourceMap": false }, "exclude": ["**/__tests__/**/*"] }