mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"extends": "../tsconfig-noncomposite-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/tsc.js"
|
|
},
|
|
"files": [
|
|
"tsc.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../compiler", "prepend": true }
|
|
]
|
|
}
|