mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
15 lines
No EOL
283 B
JSON
15 lines
No EOL
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./src/types"
|
|
],
|
|
"allowJs": true
|
|
}
|
|
} |