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