mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-12 18:14:06 +00:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["chrome"]
|
|
},
|
|
"exclude": ["**/*.test.ts"]
|
|
}
|