Update README.md to provide a comprehensive overview of The Order monorepo, including repository structure, quickstart guide, development workflow, and contribution guidelines.
This commit is contained in:
19
tsconfig.json
Normal file
19
tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": false,
|
||||
"incremental": false
|
||||
},
|
||||
"references": [
|
||||
{ "path": "./packages/ui" },
|
||||
{ "path": "./packages/schemas" },
|
||||
{ "path": "./packages/auth" },
|
||||
{ "path": "./packages/storage" },
|
||||
{ "path": "./packages/crypto" },
|
||||
{ "path": "./packages/workflows" },
|
||||
{ "path": "./packages/test-utils" }
|
||||
],
|
||||
"files": [],
|
||||
"include": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user