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