Files
zitadel/apps/login/tsconfig.json
Elio Bischof bb96b0d067 fix linting
2023-06-08 07:19:25 +02:00

19 lines
354 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": ["node_modules"]
}