Add a core package to be reused by desktop and server

This commit is contained in:
Hakan Shehu
2024-11-07 09:15:00 +01:00
parent 00f6ac971e
commit 8a5409ad29
277 changed files with 1193 additions and 1089 deletions

View File

@@ -28,5 +28,7 @@
"paths": {
"~/*": ["./src/*"]
}
}
},
"include": ["${configDir}/src", "${configDir}/src/**/*.json"],
"exclude": ["${configDir}/node_modules", "${configDir}/dist"]
}