nx.json update to fic build

pull/2368/head
Aniket-Engg 3 years ago committed by yann300
parent e64074e918
commit da64fc351c
  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": { "compilerOptions": {
"types": ["node"], "types": ["node"],
}, },
"include": ["**/*.ts", "**/*.sol"] "include": ["**/*.ts"]
} }

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

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

Loading…
Cancel
Save