chore: remove unnecessary libs
This commit is contained in:
parent
30de5b9423
commit
9a783eba32
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["dom", "esNext"],
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"lib": [],
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"rootDir": "src",
|
||||
|
|
Reference in a new issue