2022-12-01 12:05:50 +01:00
|
|
|
{
|
2025-10-14 12:29:46 +02:00
|
|
|
"extends": "@gouvfr-lasuite/typescript-configs/react.json",
|
2022-12-01 12:05:50 +01:00
|
|
|
"compilerOptions": {
|
2023-08-11 15:54:51 +02:00
|
|
|
"noEmit": true
|
2022-12-01 12:05:50 +01:00
|
|
|
},
|
|
|
|
|
"include": ["src"],
|
2023-08-11 15:54:51 +02:00
|
|
|
"exclude": ["node_modules", "dist"],
|
2022-12-01 12:05:50 +01:00
|
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
|
|
|
}
|