Browse Source

Bug 32030: Move cypress to t - fix build_js/watch_js

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
22.11.x
Pedro Amorim 1 year ago
committed by Tomas Cohen Arazi
parent
commit
4129da4d26
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      tsconfig.json

2
tsconfig.json

@ -2,5 +2,5 @@
"compilerOptions": {
"resolveJsonModule": true
},
"exclude": ["./cypress"]
"exclude": ["./t/cypress"]
}

Loading…
Cancel
Save