mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
修改tsconfig
This commit is contained in:
parent
f23e7a9e49
commit
e44a2b5995
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"lib": ["es2017", "esnext.asynciterable", "DOM"],
|
"lib": ["es2021", "esnext.asynciterable", "DOM"],
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types",
|
"./node_modules/@types",
|
||||||
"./src/types",
|
"./src/types",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user