1
0
Fork 0
mirror of https://github.com/iptv-org/database.git synced 2025-01-02 19:56:27 -05:00
iptv-database/tsconfig.json

19 lines
346 B
JSON
Raw Normal View History

2023-10-06 22:12:38 -04:00
{
"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
}
}