nx.json update to fic build

pull/5370/head
Aniket-Engg 3 years ago committed by yann300
parent bf4c8a44d2
commit a59d31cbae
  1. 2
      libs/remix-ws-templates/tsconfig.json
  2. 5
      libs/remix-ws-templates/tsconfig.lib.json
  3. 9
      nx.json

@ -3,5 +3,5 @@
"compilerOptions": {
"types": ["node"],
},
"include": ["**/*.ts", "**/*.sol"]
"include": ["**/*.ts"]
}

@ -9,8 +9,7 @@
},
"exclude": [
"**/*.spec.ts",
"tests/",
"templates/"
"tests/"
],
"include": ["**/*.ts", "**/*.sol"]
"include": ["**/*.ts"]
}

@ -50,6 +50,9 @@
"remix-url-resolver": {
"tags": []
},
"remix-ws-templates": {
"tags": []
},
"remix-ide": {
"tags": [],
"implicitDependencies": [
@ -60,7 +63,8 @@
"remix-solidity",
"remix-tests",
"remix-astwalker",
"remix-url-resolver"
"remix-url-resolver",
"remix-ws-templates"
]
},
"remix-ide-e2e": {
@ -165,9 +169,6 @@
},
"remix-ui-permission-handler": {
"tags": []
},
"remix-ws-templates": {
"tags": []
}
},
"targetDependencies": {

Loading…
Cancel
Save