supermemory/apps/browser-extension/tsconfig.json
2026-07-10 19:15:29 -07:00

9 lines
177 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"jsx": "react-jsx",
"types": ["chrome"]
},
"exclude": ["**/*.test.ts"]
}