aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-codemod/tsconfig.json
blob: 0620a3c25ef39cd6e15481d657e719db05035114 (plain) (blame)
1
2
3
4
5
6
{
  "extends": "@turbo/tsconfig/library.json",
  "compilerOptions": {
    "rootDir": "."
  }
}