mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:02:49 +00:00
21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"incremental": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"module": "esnext",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"rootDir": "src",
|
|
"target": "es5"
|
|
},
|
|
"include": ["src", "next-env.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|