mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 18:42:18 +00:00
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"extends": "@zitadel/tsconfig/node14.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|