15 lines
212 B
JSON
15 lines
212 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out-tsc/worker",
|
||
|
"lib": [
|
||
|
"es2018",
|
||
|
"webworker"
|
||
|
],
|
||
|
"types": []
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.worker.ts"
|
||
|
]
|
||
|
}
|