supermemory/apps/browser-extension/tsconfig.json
2025-08-28 19:00:59 -07:00

8 lines
147 B
JSON

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