test change

deploy_settings_step
Iuri Matias 4 years ago
parent 17d4b9dfb4
commit 952182e7c5
  1. 3
      libs/remix-ui/debugger-ui/tsconfig.lib.json

@ -1,3 +1,4 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
@ -9,5 +10,5 @@
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "src/lib/run-tab/*.tsx"]
}

Loading…
Cancel
Save