Skip to content

Commit

Permalink
do not import any types by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed May 16, 2017
1 parent ace3c80 commit 438ce9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tsconfig.json
Expand Up @@ -18,6 +18,7 @@
"outDir": "../../../build/es2015",
"sourceMap": true,
"strictNullChecks": true,
"target": "es2015"
"target": "es2015",
"types": [ ]
}
}

0 comments on commit 438ce9e

Please sign in to comment.