aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-tracing-next-plugin/tsconfig.json
blob: 18316acfb61a9479b27cc5b513edac758ca231a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "include": ["src"],
  "references": [
    {
      "path": "../webpack-nmt"
    }
  ]
}