Skip to content

Commit 6cf3147

Browse files
committed
back out of es6 -> es5 update
1 parent 70b076f commit 6cf3147

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
4-
"moduleResolution": "node",
3+
"target": "es5",
4+
"module": "commonjs",
5+
"lib": ["es6"],
56
"allowJs": true,
67
"outDir": "build",
78
"rootDir": "src",

0 commit comments

Comments
 (0)