2022-12-01 12:05:08 +01:00
|
|
|
{
|
2025-10-14 12:29:46 +02:00
|
|
|
"extends": "@gouvfr-lasuite/typescript-configs/react.json",
|
2022-12-01 12:05:08 +01:00
|
|
|
"compilerOptions": {
|
2025-08-22 10:10:17 +02:00
|
|
|
"jsx": "react",
|
2022-12-01 12:05:08 +01:00
|
|
|
"noEmit": true,
|
2023-05-04 15:04:47 +02:00
|
|
|
"paths": {
|
|
|
|
|
":/*": ["./src/*"]
|
|
|
|
|
},
|
2023-03-07 17:06:50 +01:00
|
|
|
"types": ["vitest/globals", "vite/client"]
|
2022-12-01 12:05:08 +01:00
|
|
|
},
|
2023-01-04 15:52:24 +01:00
|
|
|
"include": ["src", "cunningham.ts"],
|
2023-08-29 16:17:55 +02:00
|
|
|
"exclude": ["node_modules", "dist", "**/tokens.ts"],
|
2022-12-01 12:05:08 +01:00
|
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
|
|
|
}
|