d85785e380
App to manage telemetry/billing (twenty for twenty!)
12 lines
195 B
JSON
Executable File
12 lines
195 B
JSON
Executable File
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@emotion/react",
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["*"]
|
|
}
|
|
}
|
|
}
|