9 lines
268 B
JSON
9 lines
268 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": false
|
|
},
|
|
"include": ["next-env.d.ts", "app/**/*.ts", "app/**/*.tsx", "components/**/*.ts", "components/**/*.tsx", "lib/**/*.ts", "types/**/*.ts"],
|
|
"exclude": ["node_modules", ".next"]
|
|
}
|