🔧(demo) update demo app to ts config file, customize one token
Showcase a situation where we want to customize a component's design token.
This commit is contained in:
8
apps/demo/tsconfig.eslint.json
Normal file
8
apps/demo/tsconfig.eslint.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": [],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user