mirror of
https://github.com/iptv-org/iptv.git
synced 2024-12-27 10:07:10 +00:00
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2020",
|
|
"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"
|
|
]
|
|
} |