|
{ |
|
"compilerOptions": { |
|
"target": "es2015", |
|
"lib": [ |
|
"dom", |
|
"dom.iterable", |
|
"esnext" |
|
], |
|
"allowJs": true, |
|
"skipLibCheck": true, |
|
"strict": true, |
|
"forceConsistentCasingInFileNames": true, |
|
"noEmit": true, |
|
"esModuleInterop": true, |
|
"module": "esnext", |
|
"moduleResolution": "node", |
|
"resolveJsonModule": true, |
|
"isolatedModules": true, |
|
"jsx": "preserve", |
|
"incremental": true, |
|
"plugins": [ |
|
{ |
|
"name": "next" |
|
} |
|
], |
|
"paths": { |
|
"@/*": [ |
|
"./*" |
|
] |
|
} |
|
}, |
|
"include": [ |
|
"next-env.d.ts", |
|
"global.d.ts", |
|
"**/*.ts", |
|
"**/*.tsx", |
|
".next/types/**/*.ts", |
|
"app/components/develop/Prose.jsx" |
|
], |
|
"exclude": [ |
|
"node_modules" |
|
] |
|
} |