derfalx
2026-01-08 c2bea8a4c4aeba440b8a7b043d7ece6343a9d263
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"]
}