From e80cedaf2fe09d4d2db0c6a7751c4f8c21d90595 Mon Sep 17 00:00:00 2001 From: Caroline Evans Date: Wed, 24 Jun 2020 14:40:49 -0700 Subject: [PATCH] chore: add tsconfig --- plugins/node/opentelemetry-plugin-koa/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/node/opentelemetry-plugin-koa/tsconfig.json diff --git a/plugins/node/opentelemetry-plugin-koa/tsconfig.json b/plugins/node/opentelemetry-plugin-koa/tsconfig.json new file mode 100644 index 0000000000..505b67a248 --- /dev/null +++ b/plugins/node/opentelemetry-plugin-koa/tsconfig.json @@ -0,0 +1,12 @@ +{ + "extends": "../../../tsconfig.base", + "compilerOptions": { + "rootDir": ".", + "outDir": "build" + }, + "include": [ + "src/**/*.ts", + "test/**/*.ts" + ] + } + \ No newline at end of file