Skip to content

Commit

Permalink
fix: add tsconfig to mdx package
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jun 27, 2022
1 parent c4c762e commit 55c45df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/integrations/mdx/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020"
}
}

0 comments on commit 55c45df

Please sign in to comment.