Skip to content

Commit

Permalink
Allow synthetic default imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
troyedwardsjr authored Oct 22, 2018
1 parent 5362bbd commit b1aa1fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true
"target": "es5",
"module": "commonjs",
"sourceMap": true,
"allowSyntheticDefaultImports": true
},

"files": [
"src/phaser.d.ts",
"src/main.ts"
]
}
}

0 comments on commit b1aa1fb

Please sign in to comment.