mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
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 }
|
|
]
|
|
}
|