mirror of https://github.com/iptv-org/iptv
Update tsconfig.json
This commit is contained in:
parent
51e56ed024
commit
8c230854d6
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "es2022",
|
"target": "es2020",
|
||||||
"module": "NodeNext",
|
"module": "nodeNext",
|
||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "nodeNext",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./scripts/types",
|
"./scripts/types",
|
||||||
"./node_modules/@types"
|
"./node_modules/@types"
|
||||||
|
|
Loading…
Reference in New Issue