mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-31 08:07:10 -05: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.
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"extends": "../tsconfig-base",
|
|
"compilerOptions": {
|
|
"outDir": "../../built/local/server",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"references": [
|
|
{ "path": "../compiler" },
|
|
{ "path": "../jsTyping" },
|
|
{ "path": "../services" }
|
|
],
|
|
"include": ["**/*"]
|
|
}
|