fasten-onprem/frontend/tsconfig.worker.json

17 lines
305 B
JSON
Raw Normal View History

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