Browse Source

📐 tsconfig add skipLibCheck

pull/5631/head
chenshuai2144 6 years ago
parent
commit
4c6a11eeda
  1. 1
      tsconfig.json

1
tsconfig.json

@ -14,6 +14,7 @@
"suppressImplicitAnyIndexErrors": true, "suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"allowJs": true, "allowJs": true,
"skipLibCheck": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"strict": true, "strict": true,
"paths": { "paths": {

Loading…
Cancel
Save