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