add shared

This commit is contained in:
Jurgis Sakalauskas
2025-10-14 09:14:01 +03:00
parent 3ac7e9183f
commit b20ab30ece
19 changed files with 134 additions and 211 deletions
+11 -1
View File
@@ -2,7 +2,17 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"baseUrl": ".",
"rootDirs": [
"src",
"../shared"
],
"paths": {
"@shared/*": [
"../shared/*.d.ts"
]
}
},
"include": [
"src"