vitest/test/dts-config/tsconfig.patch.json

8 lines
96 B
JSON

{
"compilerOptions": {
"paths": {
"happy-dom": ["./happy-dom-patch.ts"]
}
}
}