Skip to content

Commit

Permalink
Merge pull request #275 from OfficeDev/TS-config-best-practices
Browse files Browse the repository at this point in the history
TS config best practices and ensure that '=>' transpiles
  • Loading branch information
Rick-Kirkham authored Sep 26, 2024
2 parents 46071b7 + f272937 commit 7b12aa5
Show file tree
Hide file tree
Showing 5 changed files with 12,168 additions and 9,998 deletions.
14 changes: 12 additions & 2 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"presets": ["@babel/preset-typescript"]
}
"presets": [
[
"@babel/preset-env",
{
"targets": {
"esmodules": false
}
}
],
"@babel/preset-typescript"
]
}
Loading

0 comments on commit 7b12aa5

Please sign in to comment.