Skip to content

Commit

Permalink
chore: Update typescript (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 26, 2023
1 parent 2a0c164 commit cf954c8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"inject-markdown": "^2.0.0",
"prettier": "^3.0.2",
"shx": "^0.3.4",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
},
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"module": "ES2020",
"moduleResolution": "node16",
"module": "Node16",
"moduleResolution": "Node16",
"exactOptionalPropertyTypes": true,
"allowJs": true,
"outDir": "dist",
Expand Down

0 comments on commit cf954c8

Please sign in to comment.