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
2019-01-13 15:10:54 +01:00

7 lines
114 B
JSON

{
"compilerOptions": {
"target": "esnext",
"types": ["node"]
},
"files": ["main.ts"]
}