Skip to content

Commit

Permalink
change tsconfig to test deployment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancrypt committed Jul 17, 2024
1 parent fdc67c5 commit 52463e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"module": "ESNext",
"moduleResolution": "node",
"jsx": "react-jsx",
"jsxImportSource": "react"
"jsxImportSource": "react",
"allowImportingTsExtensions": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 52463e9

Please sign in to comment.