some cleanup, split backend and frontend

This commit is contained in:
2023-07-29 13:04:26 +02:00
parent 14210cf0cf
commit faa0aa62c8
69 changed files with 13194 additions and 12319 deletions

View File

@@ -15,7 +15,13 @@
"strictNullChecks": true,
"skipLibCheck": true,
"isolatedModules": true,
"downlevelIteration": true
"downlevelIteration": true,
"baseUrl": "./",
"paths": {
"~*": [
"./*"
]
}
},
"include": ["./src/**/*.ts", "./src/**/*.tsx", "./jest.config.js"]
}