mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-15 03:09:59 -05:00
16 lines
443 B
JSON
16 lines
443 B
JSON
{
|
|
"extends": "../tsconfig-library-base",
|
|
"compilerOptions": {
|
|
"outFile": "../../built/local/typescriptServices.out.js"
|
|
},
|
|
"files": [
|
|
"typescriptServices.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../shims", "prepend": true },
|
|
{ "path": "../compiler", "prepend": true },
|
|
{ "path": "../jsTyping", "prepend": true },
|
|
{ "path": "../services", "prepend": true }
|
|
]
|
|
}
|