tsconfig
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2024-09-06 07:51:51 +02:00
parent e4975bafdf
commit 8b55d8d078

View File

@@ -6,7 +6,7 @@
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
// "allowJs": true,
// Bundler mode
"moduleResolution": "bundler",
@@ -23,5 +23,7 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}
},
"include": ["./src"]
}