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 e867872 commit 4e31dbe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tsconfig.json
Expand Up @@ -2,14 +2,8 @@
"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 4e31dbe

Please sign in to comment.