Skip to content

Commit

Permalink
feat: remove default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskemper committed Dec 5, 2023
1 parent a1ac3ad commit 3e397da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
"declaration": true,
"declarationMap": true,
"skipLibCheck": true,
"noEmitOnError": true,
"strictNullChecks": true,
"removeComments": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
},
"include": ["./src/**/*", ".eslintrc.js"],
Expand Down

0 comments on commit 3e397da

Please sign in to comment.