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:
Jake Bailey
2022-05-31 11:00:25 -07:00
parent 6dfa4299d7
commit 36e29448e9
71 changed files with 615 additions and 1204 deletions

View File

@@ -1,9 +1,7 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"removeComments": false,
"outDir": "../../built/local",
"preserveConstEnums": true,
"outDir": "../../built/local/webServer",
"types": [
"node"
]
@@ -14,9 +12,5 @@
{ "path": "../services" },
{ "path": "../server" }
],
"files": [
"webServer.ts",
"_namespaces/ts.server.ts",
"_namespaces/ts.ts"
]
"include": ["**/*"]
}