Files
cunningham/packages/react/tsconfig.json
jbpenrath a6681d19ed 📦(all) update packages namespace
Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
2025-11-03 14:43:08 +01:00

15 lines
375 B
JSON

{
"extends": "@gouvfr-lasuite/typescript-configs/react.json",
"compilerOptions": {
"jsx": "react",
"noEmit": true,
"paths": {
":/*": ["./src/*"]
},
"types": ["vitest/globals", "vite/client"]
},
"include": ["src", "cunningham.ts"],
"exclude": ["node_modules", "dist", "**/tokens.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}