|
|
@@ -6,30 +6,24 @@ |
|
|
|
"dom.iterable", |
|
|
|
"esnext" |
|
|
|
], |
|
|
|
"allowJs": true, |
|
|
|
"skipLibCheck": true, |
|
|
|
"esModuleInterop": true, |
|
|
|
"allowSyntheticDefaultImports": true, |
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
"module": "esnext", |
|
|
|
"moduleResolution": "node", |
|
|
|
"resolveJsonModule": true, |
|
|
|
"isolatedModules": true, |
|
|
|
"noEmit": true, |
|
|
|
"jsx": "preserve", |
|
|
|
"declaration": true, |
|
|
|
"declarationDir": "./dist", |
|
|
|
"emitDeclarationOnly": true, |
|
|
|
"sourceMap": true, |
|
|
|
"strict": false |
|
|
|
}, |
|
|
|
"exclude": [ |
|
|
|
"node_modules", |
|
|
|
"**/*.test.ts", |
|
|
|
"**/*.test.tsx" |
|
|
|
"**/*.test.ts" |
|
|
|
], |
|
|
|
"include": [ |
|
|
|
"next-env.d.ts", |
|
|
|
"**/*.ts", |
|
|
|
"**/*.tsx" |
|
|
|
"**/*.ts" |
|
|
|
] |
|
|
|
} |