V1_commit_RGC
This commit is contained in:
29
SuiviREForamteur/suivireforamteur/tsconfig.app.json
Normal file
29
SuiviREForamteur/suivireforamteur/tsconfig.app.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
"target": "ES2022",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": [ "ES2022", "DOM", "DOM.Iterable" ],
|
||||
"module": "ESNext",
|
||||
"types": [ "vite/client" ],
|
||||
"skipLibCheck": true,
|
||||
|
||||
/* ✅ Ajoutez ces lignes pour React */
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": [ "src", "vite.config.js" ]
|
||||
}
|
||||
Reference in New Issue
Block a user