tsconfig.json hinzugefügt

This commit is contained in:
ds
2026-06-28 18:26:58 +00:00
parent 995330f347
commit 988ebb736c
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM"],
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true
}
}