Skip to content

Commit ffb9d5c

Browse files
move to more recent lib and target with typescript
1 parent e89ae1e commit ffb9d5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"devDependencies": {
4343
"@types/acorn": "4.0.5",
4444
"@types/estree": "0.0.39",
45+
"@types/node": "12.11.5",
4546
"@types/temp-write": "3.3.0",
4647
"ava": "2.4.0",
4748
"builtins": "2.0.1",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"compileOnSave": true,
33
"compilerOptions": {
44
"lib": [
5-
"es2017",
5+
"esnext",
66
],
77
"outDir": "transpile",
88
"sourceMap": true,
99
"moduleResolution": "node",
10-
"target": "es2017",
10+
"target": "esnext",
1111
"baseUrl": ".",
1212
"allowJs": false,
1313
"noUnusedLocals": true,

0 commit comments

Comments
 (0)