Update tsconfig files and switch to _build for outputs, for consistency with main grist repo

This commit is contained in:
Dmitry S
2020-05-22 02:14:28 -04:00
parent a5fbc8fcd2
commit ad35f54b87
9 changed files with 39 additions and 30 deletions

View File

@@ -1,9 +1,9 @@
{
"files": [],
"include": [],
"references": [
{ "path": "./client" },
{ "path": "./server" },
{ "path": "./common" },
]
"include": [],
"references": [
{ "path": "./client" },
{ "path": "./server" },
{ "path": "./common" },
]
}