Skip to content

Commit 9434c9a

Browse files
committed
- Set Typescript module system to es6
- clean jsconfig
1 parent d1fd33f commit 9434c9a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

jsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
},
99
"exclude": [
1010
"node_modules",
11-
"bower_components",
12-
"jspm_packages",
13-
"tmp",
14-
"temp"
11+
"dist"
1512
]
1613
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"module": "commonjs",
4+
"module": "es6",
5+
"moduleResolution": "node",
56
"sourceMap": true
67
},
78
"exclude": [

0 commit comments

Comments
 (0)