Skip to content

Commit d5975a3

Browse files
author
MuehlburgPhoenix
committedMar 20, 2023
Disable source maps for cypress
1 parent 69b72d8 commit d5975a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"forceConsistentCasingInFileNames": true,
88
"resolveJsonModule": true,
99
"skipLibCheck": true,
10-
"sourceMap": true,
10+
"sourceMap": false,
1111
"strict": true
1212
}
1313
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias

0 commit comments

Comments
 (0)
Please sign in to comment.