diff options
Diffstat (limited to 'packages/turbo-tracing-next-plugin/tsconfig.json')
| -rw-r--r-- | packages/turbo-tracing-next-plugin/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/turbo-tracing-next-plugin/tsconfig.json b/packages/turbo-tracing-next-plugin/tsconfig.json new file mode 100644 index 0000000..18316ac --- /dev/null +++ b/packages/turbo-tracing-next-plugin/tsconfig.json @@ -0,0 +1,14 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "composite": true, + "outDir": "./dist", + "rootDir": "./src" + }, + "include": ["src"], + "references": [ + { + "path": "../webpack-nmt" + } + ] +} |
