TypeScript/src/executeCommandLine/tsconfig.json

15 lines
262 B
JSON
Raw Permalink Normal View History

{
"extends": "../tsconfig-base",
"compilerOptions": {
"outFile": "../../built/local/executeCommandLine.js"
},
"references": [
{ "path": "../compiler" }
],
"files": [
"executeCommandLine.ts"
]
}