mirror of
https://github.com/iptv-org/iptv.git
synced 2024-12-26 09:26:36 +00:00
Update tsconfig.json
This commit is contained in:
parent
f45fc84ef1
commit
03208a262a
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "es2022",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "es2020",
|
||||
"module": "nodeNext",
|
||||
"moduleResolution": "nodeNext",
|
||||
"typeRoots": [
|
||||
"./scripts/types",
|
||||
"./node_modules/@types"
|
||||
|
|
Loading…
Reference in a new issue