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

@@ -0,0 +1,14 @@
{
"extends": "../tsconfig-library-base",
"compilerOptions": {
"outFile": "../../built/local/typescriptServices/typescriptServices.js"
},
"files": [
"typescriptServices.ts"
],
"references": [
{ "path": "../compiler", "prepend": true },
{ "path": "../jsTyping", "prepend": true },
{ "path": "../services", "prepend": true }
]
}