{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "rootDir": "src",
    "composite": true,
    "outDir": "dist",
    "skipLibCheck": true
  },
  "include": ["src", "src/**/*.json"]
}
