Files
cunningham/apps/demo/tsconfig.eslint.json
Nathan Vasse f48dac79c0 🔧(demo) update demo app to ts config file, customize one token
Showcase a situation where we want to customize a component's design token.
2023-01-11 11:01:56 +01:00

8 lines
101 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [],
"include": [
"**/*.ts",
"**/*.tsx"
]
}