Files
page-agent/packages/extension/tsconfig.json
T

14 lines
345 B
JSON
Raw Normal View History

{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
"useDefineForClassFields": true,
2026-01-20 20:38:02 +08:00
"strictNullChecks": true,
"jsx": "react-jsx",
"types": ["node", "chrome"],
"paths": {
"@/*": ["./src/*"]
}
}
}