Initial public release
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/ui/tsconfig.json" },
|
||||
{ "path": "./packages/web/tsconfig.json" },
|
||||
{ "path": "./packages/desktop/tsconfig.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleDetection": "force",
|
||||
"verbatimModuleSyntax": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"resolveJsonModule": true,
|
||||
"paths": {
|
||||
"@openchamber/ui/*": ["./packages/ui/src/*"],
|
||||
"@openchamber/web/*": ["./packages/web/src/*"],
|
||||
"@openchamber/desktop/*": ["./packages/desktop/src/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user