Skip to content

Commit

Permalink
fix #7 from westside: add LibraryManagedAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
spoeck committed Feb 8, 2019
1 parent 5944bc8 commit e2ded9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"baseUrl": ".",
"skipLibCheck": true,
"baseUrl": "."
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit e2ded9d

Please sign in to comment.