12 lines
200 B
JSON
12 lines
200 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"lib": [
|
||
|
"ESNext",
|
||
|
"WebWorker"
|
||
|
]
|
||
|
},
|
||
|
"include": ["src/workers/**/*.ts"]
|
||
|
}
|