mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Change tsconfig - Make target es6 in base config
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
"removeComments": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es5"
|
||||
"target": "es6"
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["src"]
|
||||
|
||||
@@ -7,6 +7,5 @@
|
||||
"declaration": false,
|
||||
"declarationDir": null,
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user