Files
slidetogether/static/tsconfig.json
Ian Gulliver de64089453 Initial commit
2020-05-03 22:51:16 +00:00

12 lines
125 B
JSON

{
"compilerOptions": {
"outFile": "remote.js",
"strict": true,
"target": "es2017"
},
"files": [
"remote.ts"
]
}