12 lines
125 B
JSON
12 lines
125 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"outFile": "remote.js",
|
||
|
|
"strict": true,
|
||
|
|
"target": "es2017"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"remote.ts"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
|