{
  "include": [ "src" ],
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "module": "commonjs",
    "target": "ES2020",
    "noEmit": true,
    "baseUrl" : "src",
    "paths": {
      "@a/*": [ "./a/*" ],
      "@b": [ "./b" ],
    }
  }
}
