⬆️(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:
Nathan Vasse
2023-01-13 15:34:10 +01:00
committed by NathanVss
parent e5c1693454
commit 8f5e546f04
4 changed files with 14 additions and 24 deletions

View File

@@ -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"],