Skip to content

Commit

Permalink
refactor: remove comments from the JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Jun 10, 2024
1 parent 8332cc3 commit a0d5780
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@
"moduleDetection": "force",
"target": "ESNext",

/* Bundler mode */
"allowImportingTsExtensions": true,
"moduleResolution": "bundler",
"noEmit": true,
"verbatimModuleSyntax": true,

/* Linting */
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": true,
"strict": true,
},
"strict": true
}
}

0 comments on commit a0d5780

Please sign in to comment.