{
  "extends": "@zync/config/tsconfig.base.json",
  "compilerOptions": {
    "jsx": "react-jsx",
    "lib": ["ES2022", "DOM", "DOM.Iterable"],
    "types": ["react", "react-dom"],
    "paths": {
      "@zync/config": ["../config/index.ts"]
    },
    "noEmit": true
  },
  "include": [
    "src/**/*.ts",
    "src/**/*.tsx",
    "test/foundation-design-system.test.tsx",
    "test/invoice-headings.test.ts"
  ],
  "exclude": ["node_modules", "dist", ".storybook"]
}
