Skip to content

Commit

Permalink
nx.json update to fic build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg authored and yann300 committed May 12, 2022
1 parent e64074e commit da64fc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/remix-ws-templates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"types": ["node"],
},
"include": ["**/*.ts", "**/*.sol"]
"include": ["**/*.ts"]
}
5 changes: 2 additions & 3 deletions libs/remix-ws-templates/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"exclude": [
"**/*.spec.ts",
"tests/",
"templates/"
"tests/"
],
"include": ["**/*.ts", "**/*.sol"]
"include": ["**/*.ts"]
}
9 changes: 5 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"remix-url-resolver": {
"tags": []
},
"remix-ws-templates": {
"tags": []
},
"remix-ide": {
"tags": [],
"implicitDependencies": [
Expand All @@ -60,7 +63,8 @@
"remix-solidity",
"remix-tests",
"remix-astwalker",
"remix-url-resolver"
"remix-url-resolver",
"remix-ws-templates"
]
},
"remix-ide-e2e": {
Expand Down Expand Up @@ -165,9 +169,6 @@
},
"remix-ui-permission-handler": {
"tags": []
},
"remix-ws-templates": {
"tags": []
}
},
"targetDependencies": {
Expand Down

0 comments on commit da64fc3

Please sign in to comment.