Sebastian Moser
2025-06-02 7b052e884458f5caeb9574f22186b3736a793de7
tsconfig.json
@@ -11,10 +11,12 @@
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "forceConsistentCasingInFileNames": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "esModuleInterop": true,
    "jsx": "react-jsx",
    "jsxImportSource": "preact",
    "jsxImportSource": "preact"
  },
  "include": ["**/*.ts", "**/*.tsx", "./package.json"],
  "exclude": ["build/**/*.d.ts"],
  "exclude": ["build/**/*.d.ts"]
}