]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/tsconfig.json
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / tsconfig.json
index 681a8b35dd7dd0ea9f2fa5e5a6643676529370a8..f46471f2c044450a03aed36c6875bb7371411785 100644 (file)
@@ -2,9 +2,11 @@
   "extends": "../tsconfig.json",
   "exclude": [],
   "include": [
-    "**/*.ts"
+    "**/*.ts",
+    "plugins/index.js"
   ],
   "compilerOptions": {
+    "sourceMap": false,
     "types": [
       "cypress"
     ],