mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-10 09:00:04 -04:00
Update tsconfig.json
This commit is contained in:
parent
f45fc84ef1
commit
03208a262a
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue