mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
6936ac24fd
* Move executeCommandLine.ts into its own project * Remove incorrect prepend
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"extends": "../tsconfig-noncomposite-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/tsc.js"
|
|
},
|
|
"files": [
|
|
"tsc.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../compiler", "prepend": true },
|
|
{ "path": "../executeCommandLine", "prepend": true }
|
|
]
|
|
}
|