aboutsummaryrefslogtreecommitdiff
path: root/apps/browser-extension/tsconfig.json
blob: 621fa129eb01016da311d2f448ac0cfa2f5d77fd (plain) (blame)
1
2
3
4
5
6
7
8
{
	"extends": "./.wxt/tsconfig.json",
	"compilerOptions": {
		"allowImportingTsExtensions": true,
		"jsx": "react-jsx",
		"types": ["chrome"]
	}
}