Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Oct 20, 2021
1 parent 090cc19 commit 711985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"module": "commonjs",
"outDir": "./dist",
"declaration": true,
"useUnknownInCatchVariables": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"useUnknownInCatchVariables": false,
"include": ["./src/*.ts"],
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended",
Expand Down

0 comments on commit 711985a

Please sign in to comment.