Files
karakeep-mirror/apps/landing/tsconfig.json
2025-07-27 15:06:22 +01:00

14 lines
382 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@karakeep/tsconfig/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
},
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "vite.config.ts"],
"exclude": ["node_modules"]
}