vitest/packages/web-worker/tsconfig.json
2025-02-13 17:37:19 +01:00

9 lines
166 B
JSON

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