mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 13:32:19 +00:00
analytics, server impl
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
"include": ["src/**/*.ts"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"rootDir": "src",
|
||||
"paths": {
|
||||
"*": ["./src/*"],
|
||||
"#/*": ["./src/*"]
|
||||
"#": ["."],
|
||||
"*": ["./*"],
|
||||
"#/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["dist", "build", "node_modules"]
|
||||
|
||||
Reference in New Issue
Block a user