Files
Livebeat/frontend/tsconfig.worker.json
Mondei1 b3b3d9d9c4 Heatmap solver is now a worker
- Android app now requests root (purpose still unknown)
- Android app starts on boot
- Frontend is now a PWA (purpose still unknown)
2020-10-28 15:06:21 +01:00

16 lines
289 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/worker",
"lib": [
"es2018",
"webworker"
],
"types": []
},
"include": [
"src/**/*.worker.ts"
]
}