Enable building typescript.d.ts with current source

This commit is contained in:
Sheetal Nandi
2019-02-22 15:32:42 -08:00
parent 9730cfa845
commit 9fa28158bb
18 changed files with 201 additions and 8 deletions

View File

@@ -335,6 +335,7 @@ namespace ts.server {
RootOfInferredProjectFalse = "Open file was set as not inferred root",
}
/*@internal*/
interface ConfigFileExistenceInfo {
/**
* Cached value of existence of config file

View File

@@ -1,8 +1,8 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"removeComments": true,
"outFile": "../../built/local/server.js",
"removeComments": false,
"outFile": "../../built/local/server/server.js",
"preserveConstEnums": true,
"types": [
"node"