Skip to content

Commit

Permalink
fix: invalid tsconfig settings on new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 19, 2024
1 parent 00dbbc9 commit ea7b9b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/nx-plugins/public/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs"
"moduleResolution": "Node10",
"module": "CommonJS"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
Expand Down

0 comments on commit ea7b9b6

Please sign in to comment.