Files
slidetogether/static/tsconfig.json

12 lines
125 B
JSON
Raw Permalink Normal View History

2020-05-03 22:51:16 +00:00
{
"compilerOptions": {
"outFile": "remote.js",
"strict": true,
"target": "es2017"
},
"files": [
"remote.ts"
]
}