Skip to content

Commit

Permalink
fix: fix for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrathg committed Apr 14, 2023
1 parent fd7e249 commit 81bd2a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"compilerOptions": {
"strict": true,
"target": "es6",
"module": "commonjs",
"esModuleInterop": true,
"rootDir": "src",
"outDir": "dist",
"allowJs": false,
Expand All @@ -10,6 +13,7 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"lib": ["es2017"],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
Expand Down

0 comments on commit 81bd2a9

Please sign in to comment.