mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:12:53 +00:00
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"extends": "@zitadel/tsconfig/node14.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|