{
  "extends": "./tsconfig-base.json",
  "compilerOptions": {
    "rootDir": "./src",
  },
  "include": ["./src/**/*.ts", "./src/**/*.d.ts"]
}
