Skip to content

Commit 4aa239b

Browse files
committed
update to es6
1 parent 96f5476 commit 4aa239b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tsconfig.esm.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"es2015"
66
],
77
"module": "esnext",
8-
"moduleResolution": "node16",
8+
"moduleResolution": "node",
99
"noImplicitAny": true,
1010
"outDir": "./lib/esm",
1111
"paths": {
12-
"#path": ["./src/path.ts"]
12+
"#path": [
13+
"./src/path.ts"
14+
]
1315
},
1416
"rootDir": "./src",
15-
"target": "es5",
17+
"target": "es6",
1618
}
17-
}
19+
}

0 commit comments

Comments
 (0)