mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +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"
|
|
]
|
|
} |