Skip to content

Commit

Permalink
Update tsconfig for 5.4 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrywhether committed Mar 9, 2024
1 parent 600da6a commit ebdb81a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"module": "esnext",
"moduleResolution": "bundler",
"module": "preserve",
"noEmit": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": true,
"strict": true,
"resolveJsonModule": true,
"target": "esnext",
"verbatimModuleSyntax": true
}
Expand Down

0 comments on commit ebdb81a

Please sign in to comment.