Skip to content

Commit

Permalink
chore: Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 29, 2024
1 parent 833ceb2 commit f4e52da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"moduleResolution": "Node",
"noImplicitOverride": true,
"noUnusedParameters": true,
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"/*": [
Expand Down
1 change: 1 addition & 0 deletions packages/examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"moduleResolution": "Node",
"noImplicitOverride": true,
"noUnusedParameters": true,
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"DOM",
Expand Down

0 comments on commit f4e52da

Please sign in to comment.