Picsur/frontend/tsconfig.worker.json

13 lines
330 B
JSON
Raw Normal View History

2022-04-16 14:35:28 +00:00
/* 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
},
2022-04-18 12:46:52 +00:00
"include": ["src/app/workers/*.worker.ts"],
"exclude": ["src/**/*.exclude.ts"],
2022-04-16 14:35:28 +00:00
}