Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 3, 2024
1 parent db12cd6 commit 4eee23a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
"noFallthroughCasesInSwitch": true
},
"include": ["src", "src/custom.d.ts"]
}

0 comments on commit 4eee23a

Please sign in to comment.