mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
change target to es6
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"target": "es6",
|
||||
"lib": ["esnext", "dom"],
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
|
||||
Reference in New Issue
Block a user