Skip to content

Commit

Permalink
chore: updated tsconfig.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed May 2, 2024
1 parent dafc600 commit cbd40c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,16 @@
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,

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

// Best practices
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,

// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false,

// Import alias
"baseUrl": "./",
"paths": {
Expand Down

0 comments on commit cbd40c5

Please sign in to comment.