1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Allow to use default ES6 imports

This commit is contained in:
Peter Blazejewicz
2019-06-22 22:17:35 +02:00
parent 01454454c7
commit 573cc3b756

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"noImplicitAny": true,
"moduleResolution": "node",