mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -05:00
Get codebase building pre bundling
This isn't totally complete, but enough to get everything building and tests running manually. The next commit will make the build work fully.
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
{
|
||||
"extends": "../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../built/local"
|
||||
"outDir": "../../built/local/executeCommandLine"
|
||||
},
|
||||
|
||||
"references": [
|
||||
{ "path": "../compiler" }
|
||||
],
|
||||
|
||||
"files": [
|
||||
"executeCommandLine.ts",
|
||||
"_namespaces/ts.ts"
|
||||
]
|
||||
"include": ["**/*"]
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../built/local/release",
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": false
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../compiler/tsconfig.release.json" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user