... and install user-event library. Setting the stage for the implementation of real tokens in the Button component.
12 lines
309 B
JSON
12 lines
309 B
JSON
{
|
|
"extends": "@openfun/typescript-configs/react.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "./src",
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": ["src", "cunningham.ts"],
|
|
"exclude": ["node_modules","dist", "**/tokens.ts"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|