2
0
mirror of https://github.com/urbanguacamole/torrent-paradise synced 2024-10-31 21:20:13 +00:00
torrent-paradise/index-generator/tsconfig.json

7 lines
114 B
JSON
Raw Normal View History

2019-01-13 14:10:54 +00:00
{
"compilerOptions": {
"target": "esnext",
"types": ["node"]
},
"files": ["main.ts"]
}