Files
karakeep-mirror/apps/landing/tsconfig.json
2025-04-12 19:37:40 +01:00

13 lines
319 B
JSON

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