mirror of https://github.com/iptv-org/iptv
Create tsconfig.json
parent
c6f757a84a
commit
708744b28f
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"strict": true,
|
||||||
|
"target": "es2022",
|
||||||
|
"module": "NodeNext",
|
||||||
|
"moduleResolution": "NodeNext",
|
||||||
|
"typeRoots": [
|
||||||
|
"./scripts/types",
|
||||||
|
"./node_modules/@types"
|
||||||
|
],
|
||||||
|
"esModuleInterop": true
|
||||||
|
},
|
||||||
|
"ts-node": {
|
||||||
|
"esm": true,
|
||||||
|
"transpileOnly": true
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"node_modules/jest-expect-message/types/index.d.ts"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue