Skip to content

Commit a576632

Browse files
authored
Merge pull request #30 from dolittle/change-target
Target ES6 without libs
2 parents 7e9b0dd + 574241b commit a576632

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Source/Config/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"compilerOptions": {
33
"pretty": true,
4-
"lib": ["ES2016", "DOM"],
5-
"target": "ES5",
4+
"target": "ES6",
65
"module": "CommonJS",
76
"moduleResolution": "node",
87

0 commit comments

Comments
 (0)