Skip to content

Commit

Permalink
fix: update tsconfig.json #168
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 15, 2022
1 parent 3de0101 commit 9321afb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"declaration": true,
"target": "es2017",
"noFallthroughCasesInSwitch": true,
"noEmit": true,
"noImplicitAny": true,
"resolveJsonModule": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 9321afb

Please sign in to comment.