chore: update moduleResolution to bundler and add vitest configuration

This commit is contained in:
2025-12-11 01:08:55 +07:00
parent 22f706a53e
commit d860cdbd05
4 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]