This commit is contained in:
2023-09-23 16:24:32 +00:00
parent ffd3ab681e
commit bfbc0134de
31 changed files with 304 additions and 181 deletions
+9 -24
View File
@@ -1,32 +1,17 @@
{
"files": [],
"extends": "./tsconfig.base.json",
"references": [
{
"path": "./tsconfig.node.json"
"path": "./@sammo/gateway_client"
},
{
"path": "./tsconfig.app.json"
"path": "./@sammo/gateway_server"
},
{
"path": "./@sammo/server"
},
{
"path": "./@sammo/client"
},
],
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"importHelpers": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"@util/*": ["./server/util/*"],
"@server/*": ["./server/*"],
}
}
}