mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 06:20:23 -06:00
This isn't totally complete, but enough to get everything building and tests running manually. The next commit will make the build work fully.
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outDir": "../../built/local/typingsInstaller",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"es6",
|
|
"scripthost"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../typingsInstallerCore" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|