{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "target": "ES2020",
    "lib": ["ES2020"],
    "paths": {
      "~/*": ["../../src/*"]
    }
  },
  "include": ["./**/*.ts"],
  "exclude": ["node_modules"]
}
