mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:32:27 +00:00
12 lines
265 B
JSON
Executable File
12 lines
265 B
JSON
Executable File
{
|
|
"extends": "@zitadel/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"#/*": ["./*"]
|
|
},
|
|
"plugins": [{ "name": "next" }]
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|