Skip to content

Commit

Permalink
Update tsconfig.json: skipLibCheck and moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Mar 5, 2024
1 parent a552882 commit d5c23d5
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 @@ -12,14 +12,12 @@
"stripInternal": true,
"esModuleInterop": true,
"skipDefaultLibCheck": false,
"skipLibCheck": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"isolatedModules": true,
"incremental": true,
"jsx": "preserve",
"baseUrl": ".",
"forceConsistentCasingInFileNames": true
},
"include": [
Expand Down

0 comments on commit d5c23d5

Please sign in to comment.