Initial commit: site monorepo with API, web, and infra.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"jsx": "react-jsx",
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"@app/*": ["./src/app/*"],
|
||||
"@pages/*": ["./src/pages/*"],
|
||||
"@modules/*": ["./src/modules/*"],
|
||||
"@shared/*": ["./src/shared/*"]
|
||||
},
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src", "e2e", "src/vite-env.d.ts", "src/global.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user