mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-19 17:36:25 +00:00
9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../.tmp/out-tsc/worker",
|
|
"lib": ["es2018", "webworker"],
|
|
"types": []
|
|
},
|
|
"include": ["**/*.worker.ts"]
|
|
}
|