mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 22:52:48 +00:00
15 lines
277 B
JSON
15 lines
277 B
JSON
{
|
|
"extends": "@zitadel/tsconfig/node14.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"paths": {
|
|
"#": ["."],
|
|
"*": ["./*"],
|
|
"#/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|