browsertrix/frontend/tsconfig.eslint.json
Emma Segal-Grossman 86c4d326e9
Normalize & document icon usage, and move design documents into storybook (#2597)
- Updates status icons & colors in several places in the app
- Moves "Action Menus" and updated "Status Indicators" design docs from
public docs to Storybook
  - [Storybook] Adds `remark-gfm` to enable tables in MDX
  - [Storybook] Adds a custom `ColorSwatch` block
- [Browsertrix Docs] Swaps out custom colors and fonts included with
docs for color variables from Hickory and Webrecorder CDN's hosted font
files, respectively

---------

Co-authored-by: sua yoo <sua@suayoo.com>
2025-06-10 10:58:18 -07:00

15 lines
227 B
JSON

{
"compilerOptions": {
"types": ["@types/node"],
"noEmit": true
},
"extends": "./tsconfig.json",
"include": [
"**/*.ts",
"**/*.js",
"*.mjs",
".storybook/**/*.ts",
".storybook/**/*.tsx"
]
}