{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "~root/*": ["./src/*"],
      "~test/*": ["./test/*"]
    }
  }
}
