remove redundant file type from include array

pull/5644/head
Joseph Izang 2 weeks ago
parent 670843f105
commit 249bfc4ac7
  1. 2
      apps/remix-ide/tsconfig.json

@ -12,5 +12,5 @@
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "src/app.js.bkup"]
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

Loading…
Cancel
Save