Skip to content

Commit eacec26

Browse files
committed
chore: fix tsconfig issue
1 parent 82a166c commit eacec26

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "Preserve",
5+
"moduleResolution": "bundler",
56
"resolveJsonModule": true,
67
"esModuleInterop": false,
78
"allowSyntheticDefaultImports": true,
@@ -15,5 +16,11 @@
1516
"noImplicitOverride": true,
1617
"noEmit": true
1718
},
18-
"include": ["src", "test"]
19+
"include": [
20+
"src",
21+
"test"
22+
],
23+
"exclude": [
24+
"tsconfig.vitest-temp.json"
25+
]
1926
}

0 commit comments

Comments
 (0)