mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 10:42:10 +00:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"extends": "./node_modules/@dzeio/config/tsconfig.nextjs.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"baseUrl": "./src",
|
|
"incremental": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"out",
|
|
"__tests__"
|
|
],
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"stylus.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx"
|
|
]
|
|
}
|