Skip to content

Commit

Permalink
Step 1.6: Updated typscript compiler config
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 24, 2016
1 parent dbbbce0 commit fd9035a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Expand Up @@ -8,10 +8,13 @@
"dom",
"es2015"
],
"module": "es2015",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5"
"target": "es5",
"skipLibCheck": true,
"stripInternal": true,
"noImplicitAny": false
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit fd9035a

Please sign in to comment.