Files
mimik/tsconfig.json
2026-07-22 09:34:39 +08:00

14 lines
326 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"allowImportingTsExtensions": true,
"noExplicitAny": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*", "tests/**/*", "wxt.config.ts", ".wxt/wxt.d.ts"]
}