{
  "extends": "@tsconfig/vite-react/tsconfig.json",
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "forceConsistentCasingInFileNames": true,
    "composite": false,
    "types": ["vitest/globals"],
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/main/webapp/app/*"],
      "@assets/*": ["src/main/webapp/assets/*"]
    }
  },
  "include": ["src/main/webapp/**/*", "src/test/webapp/unit/**/*"]
}
