Skip to content

Commit

Permalink
fix: latest TS requires specific rootDir
Browse files Browse the repository at this point in the history
release-as 1.0.6
  • Loading branch information
hzhu committed May 3, 2024
1 parent 6a51a5f commit 3bb2872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"rootDir": "./src",
"declaration": true,
"target": "esnext",
"lib": ["esnext", "dom"],
Expand All @@ -13,5 +14,5 @@
"skipLibCheck": true,
"emitDeclarationOnly": true
},
"exclude": ["dist", "examples", "node_modules"]
"exclude": ["dist", "examples", "node_modules", "./vite.config.ts"]
}

0 comments on commit 3bb2872

Please sign in to comment.