vitest/packages/web-worker/tsconfig.json

8 lines
132 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["ESNext", "WebWorker"]
},
"exclude": ["./dist"]
}