mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
fix: remove Homelab link from Menu component i18n: update TimelineSection to use translation keys for experience items i18n: switch to loading translations from backend instead of hardcoded style: add custom variant for dark mode in index.css style: clean up unused CSS variables and classes in output.css config: update tailwind.config.js to use ES module syntax config: include env.d.ts in tsconfig.json for type definitions
23 lines
625 B
JSON
23 lines
625 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": "./src",
|
|
"types": ["@simonsmith/cypress-image-snapshot/types"],
|
|
"outDir": "./dist",
|
|
},
|
|
"include": ["src", "env.d.ts"]
|
|
} |