25 lines
351 B
JSON
25 lines
351 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"incremental": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"build",
|
|
".next"
|
|
],
|
|
"include": [
|
|
"src",
|
|
"next-env.d.ts",
|
|
"custom.d.ts"
|
|
]
|
|
}
|