blockcore-notes/tsconfig.worker.json
SondreB 5f80ad4e06
Add About module
- Separate logic into more modules
2023-02-03 14:13:03 +01:00

11 lines
263 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"]
}