fixe routes

This commit is contained in:
Peter Maquiran
2023-01-19 10:24:19 +01:00
parent e56e00c6fa
commit 7851c5a78e
3 changed files with 24 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/worker",
"lib": [
"es2018",
"webworker"
],
"types": []
},
"include": [
"src/**/*.worker.ts"
]
}