aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/tsconfig-handling/baseUrl/tsconfig.json
blob: bd5b17453a2c75be2cee581abe7a2c5d00f34525 (plain) (blame)
1
2
3
4
5
6
{
  "files": ["i-have-base-url"],
  "compilerOptions": {
    "baseUrl": ".",
  }
}