Skip to content

Commit

Permalink
baidumap-web-sdk: Add tsconfig options required by dtslint (Definitel…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy authored and RyanCavanaugh committed Oct 2, 2017
1 parent e54b30f commit 5235261
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/baidumap-web-sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
Expand Down

0 comments on commit 5235261

Please sign in to comment.