Skip to content

Commit

Permalink
chore(tsconfig): remove the useless config
Browse files Browse the repository at this point in the history
  • Loading branch information
伍程凯 committed Jul 26, 2018
1 parent 40cbe0c commit 23a59e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
"compilerOptions": {
"outDir": "dist",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"declaration": true,
"experimentalDecorators": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"module": "CommonJS",
"lib": [
"es2017",
Expand Down

0 comments on commit 23a59e9

Please sign in to comment.