9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
"extends": ["../../tsconfig.base.json", "./.wxt/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["vitest-plugin-random-seed/types"]
|
|
}
|
|
}
|