Skip to content
tsconfig.json 127 B
Newer Older
Grant's avatar
Grant committed
{
  "extends": "@tsconfig/recommended/tsconfig.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "build"
  }
}