target调整
This commit is contained in:
parent
f44ecb69b8
commit
acbb24a1db
2002
lib/index.js
2002
lib/index.js
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"module": "ESNext",
|
"module": "ES2015",
|
||||||
"target": "ESNext",
|
"target": "ES2015",
|
||||||
"moduleResolution": "Node",
|
"moduleResolution": "Node",
|
||||||
"typeRoots": ["node_modules/@types"],
|
"typeRoots": ["node_modules/@types"],
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user