super-productivity/src/tsconfig.worker.json
Johannes Millan 75f1b64105 build: update configuration files
Update various configuration files as part of the build system reorganization.
2025-06-27 10:25:00 +02:00

9 lines
194 B
JSON

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