Format
This commit is contained in:
parent
a2b7ad2a19
commit
0bf5f024ea
2 changed files with 33 additions and 38 deletions
|
|
@ -5,12 +5,7 @@
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": [
|
"lib": ["DOM", "ESNext"]
|
||||||
"DOM",
|
|
||||||
"ESNext"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": ["./dist"]
|
||||||
"./dist"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue