mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 14:16:38 -05:00
19 lines
No EOL
346 B
JSON
19 lines
No EOL
346 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./src/types"
|
|
],
|
|
"allowJs": true
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
"transpileOnly": true
|
|
}
|
|
} |