First version with all questions.

This commit is contained in:
Valentin Deffaugt
2026-06-23 17:23:41 +02:00
commit c40082b73d
13 changed files with 11739 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true
},
"include": ["src"]
}