Files
karakeep-mirror/packages/shared-react/tsconfig.json
Mohamed Bassem 9695bba2e9 feat: Generate RSS feeds from lists (#1507)
* refactor: Move bookmark utils from shared-react to shared

* Expose RSS feeds for lists

* Add e2e tests

* Slightly improve the look of the share dialog

* allow specifying a limit in the rss endpoint
2025-05-31 18:46:04 +01:00

15 lines
343 B
JSON

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