modified: src/App.tsx

deleted:    src/i18n.ts
modified:   src/main.tsx
This commit is contained in:
Dosseh91
2025-06-23 22:22:50 +02:00
committed by null
parent a22776dd9f
commit 942621a7c3
3 changed files with 41 additions and 11 deletions

View File

@@ -1,5 +1,22 @@
{
"files": [],
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }