⬆️(react) upgrade package to use official tokens
... and install user-event library. Setting the stage for the implementation of real tokens in the Button component.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"extends": "@openfun/typescript-configs/react.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"baseUrl": "./src"
|
||||
"baseUrl": "./src",
|
||||
"types": ["vitest/globals"]
|
||||
},
|
||||
"include": ["src", "cunningham.ts"],
|
||||
"exclude": ["node_modules","dist", "**/tokens.ts"],
|
||||
|
||||
Reference in New Issue
Block a user