A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 272 B view raw
1{ 2 "$schema": "https://json.schemastore.org/tsconfig", 3 "extends": "./base.json", 4 "compilerOptions": { 5 "plugins": [{ "name": "next" }], 6 "module": "ESNext", 7 "moduleResolution": "Bundler", 8 "allowJs": true, 9 "jsx": "preserve", 10 "noEmit": true 11 } 12}