Skip to content

Commit

Permalink
chore: add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinee21 committed Jun 24, 2020
1 parent eb1cf0f commit e80ceda
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plugins/node/opentelemetry-plugin-koa/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".",
"outDir": "build"
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}

0 comments on commit e80ceda

Please sign in to comment.