Skip to content

Commit

Permalink
refactor: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 8, 2024
1 parent 3e3cec6 commit 9735028
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -93,7 +93,7 @@
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions tsconfig.json
@@ -1,14 +1,15 @@
{
"compilerOptions": {
"target": "esnext",
"jsx": "preserve",
"lib": ["es2022"],
"module": "esnext",
"moduleDetection": "force",
"module": "preserve",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"types": ["node"],
"strict": true,
"noUnusedLocals": true,
"noEmit": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipLibCheck": true
Expand Down

0 comments on commit 9735028

Please sign in to comment.