Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas377 committed Aug 15, 2021
2 parents f6ee961 + 068a4df commit f715c62
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 @@ -4,7 +4,8 @@
"target": "ESNext",
"noImplicitAny": true,
"lib": ["DOM", "es2015"],
"alwaysStrict": true
"alwaysStrict": true,
"stripInternal": true
},
"include": ["build/**/*", "geofs_types.d.ts"],
"types": ["chrome", "jquery"]
Expand Down

0 comments on commit f715c62

Please sign in to comment.