This commit is contained in:
parent
fdce8810cf
commit
0b9bdf819e
1 changed files with 3 additions and 12 deletions
|
@ -7,14 +7,8 @@
|
||||||
"@types/*": ["types/*"],
|
"@types/*": ["types/*"],
|
||||||
"@helpers/*": ["src/helpers/*"]
|
"@helpers/*": ["src/helpers/*"]
|
||||||
},
|
},
|
||||||
"typeRoots": [
|
"typeRoots": ["./types", "./node_modules/@types"],
|
||||||
"./types",
|
"lib": ["ESNext", "DOM"],
|
||||||
"./node_modules/@types"
|
|
||||||
],
|
|
||||||
"lib": [
|
|
||||||
"ESNext",
|
|
||||||
"DOM"
|
|
||||||
],
|
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleDetection": "force",
|
"moduleDetection": "force",
|
||||||
|
@ -32,8 +26,5 @@
|
||||||
"noUncheckedIndexedAccess": true,
|
"noUncheckedIndexedAccess": true,
|
||||||
"noPropertyAccessFromIndexSignature": false
|
"noPropertyAccessFromIndexSignature": false
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["src", "types"]
|
||||||
"src",
|
|
||||||
"types"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue