super-productivity/src/tsconfig.worker.json
2024-06-16 11:58:51 +02:00

9 lines
189 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/worker",
"lib": ["es2018", "webworker"],
"types": []
},
"include": ["**/*.worker.ts"]
}