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