Skip to content

Commit

Permalink
fix(next-ui): missing types with swc compiler, @see nrwl/nx#9059
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Apr 6, 2022
1 parent bd2c336 commit e885eec
Show file tree
Hide file tree
Showing 9 changed files with 426 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files.exclude": {
// @at root
// ".github": true,
".github": true,
".husky": true,
".swc": true,
"commitlint.config.js": true,
Expand Down
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"babelrcRoots": ["*"]
}
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generators": {
"@nrwl/react": {
"application": {
"babel": false
"babel": true
}
}
}
Expand Down
Loading

0 comments on commit e885eec

Please sign in to comment.