Picsur/frontend/tsconfig.worker.json
2022-04-16 16:35:28 +02:00

12 lines
291 B
JSON

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