2019-02-28 14:01:40 -08:00

15 lines
393 B
JSON

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