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": {
|
"compilerOptions": {
|
||||||
"outDir": "lib",
|
"outDir": "lib",
|
||||||
"target": "ESNext",
|
"target": "esnext",
|
||||||
"module": "ESNext",
|
"module": "esnext",
|
||||||
"lib": ["dom", "esNext"],
|
"lib": [],
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
|
|
Reference in a new issue