Files

15 lines
375 B
JSON
Raw Permalink Normal View History

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