Files
wxt/packages/wxt-demo/tsconfig.json
T

9 lines
211 B
JSON

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