analytics, server impl

This commit is contained in:
Max Peintner
2023-04-20 14:39:51 +02:00
parent d154f07f1c
commit 8b8cca08cd
8 changed files with 24 additions and 9 deletions

View File

@@ -3,9 +3,11 @@
"include": ["src/**/*.ts"],
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"paths": {
"*": ["./src/*"],
"#/*": ["./src/*"]
"#": ["."],
"*": ["./*"],
"#/*": ["./*"]
}
},
"exclude": ["dist", "build", "node_modules"]