Move to monorepo for React Native!
This commit is contained in:
12
tsconfig.base.json
Normal file
12
tsconfig.base.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["packages/backend/*"],
|
||||
"@techtracker/convex": ["packages/backend"],
|
||||
"@techtracker/convex/*": ["packages/backend/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user