mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 10:12:17 +00:00
29 lines
437 B
JSON
Executable File
29 lines
437 B
JSON
Executable File
{
|
|
"extends": "@zitadel/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"#/*": [
|
|
"./*"
|
|
]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".next/types/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"cypress",
|
|
"cypress.config.ts",
|
|
"node_modules"
|
|
]
|
|
} |