target调整

This commit is contained in:
Yuan 2023-12-12 17:39:01 +08:00
parent f44ecb69b8
commit acbb24a1db
2 changed files with 1633 additions and 373 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@
"baseUrl": ".",
"esModuleInterop": true,
"allowJs": false,
"module": "ESNext",
"target": "ESNext",
"module": "ES2015",
"target": "ES2015",
"moduleResolution": "Node",
"typeRoots": ["node_modules/@types"],
"strict": true,