Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
feat: support dynamic ES6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 authored and Elena Hristova committed Aug 12, 2019
1 parent 87f5ca7 commit 4a07932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/AngularApp/tsconfig.tns.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "es2015",
"module": "esNext",
"moduleResolution": "node"
}
}
2 changes: 1 addition & 1 deletion demo/TypeScriptApp/tsconfig.tns.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "es2015",
"module": "esNext",
"moduleResolution": "node"
}
}
2 changes: 1 addition & 1 deletion templates/tsconfig.tns.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "es2015",
"module": "esNext",
"moduleResolution": "node"
}
}

0 comments on commit 4a07932

Please sign in to comment.