Disable sourcemaps for cypress

This commit is contained in:
Matthias 2023-04-12 07:17:27 +02:00
parent 5cb002176c
commit 7bfc6f4306

View File

@ -1,6 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"types": [
"cypress",
],