Skip to content

Commit cd0a0b8

Browse files
committed
Switch to a proper way to pop up warnings as errors
1 parent 75d7aca commit cd0a0b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"subdirs": false
1717
}
1818
],
19-
"bsc-flags": ["-bs-no-version-header", "-warn-error @a"],
19+
"bsc-flags": ["-bs-no-version-header"],
20+
"warnings": {
21+
"error": true
22+
},
2023
"bs-dependencies": []
2124
}

0 commit comments

Comments
 (0)