Files
cunningham/packages/react/tsconfig.json
Nathan Vasse 8f5e546f04 ⬆️(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.
2023-01-18 11:29:33 +01:00

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" }]
}