16 lines
289 B
JSON
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"
|
|
]
|
|
}
|