mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
14 lines
237 B
JSON
14 lines
237 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./out-tsc/worker",
|
||
|
|
"lib": [
|
||
|
|
"es2018",
|
||
|
|
"webworker"
|
||
|
|
],
|
||
|
|
"types": []
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*.worker.ts"
|
||
|
|
]
|
||
|
|
}
|