next-template/tsconfig.json
Florian Bouillon b2ca46ffaf
v3.1: Upgraded to NextJS 12
Static Dockerfile

Signed-off-by: Avior <github@avior.me>
2022-10-02 22:10:54 +02:00

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"
]
}