Files
XCOpenCodeWeb/tsconfig.json

20 lines
445 B
JSON

{
"files": [],
"references": [
{ "path": "./ui/tsconfig.json" },
{ "path": "./web/tsconfig.json" }
],
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "bundler",
"moduleDetection": "force",
"verbatimModuleSyntax": true,
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"paths": {
"@openchamber/ui/*": ["./ui/src/*"],
"@openchamber/web/*": ["./web/src/*"]
}
}
}