mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:32:27 +00:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"exclude": ["node_modules"],
|
|
"extends": "@zitadel/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"incremental": true
|
|
},
|
|
"include": ["src", "next-env.d.ts"]
|
|
}
|