Files
cunningham/packages/react/tsconfig.json
Nathan Vasse 75f2617726 (components) add react repo
This repo only contains a Button which is here only for demonstration purpose.
Its purpose is to contain all the future react-based components of the
design system.
2022-12-07 17:07:18 +01:00

10 lines
220 B
JSON

{
"extends": "@openfun/typescript-configs/react.json",
"compilerOptions": {
"noEmit": true,
},
"include": ["src"],
"exclude": ["node_modules","dist"],
"references": [{ "path": "./tsconfig.node.json" }]
}