Set compiler mode to 3

This commit is contained in:
Muhsin Keloth 2022-08-22 18:09:25 +05:30
parent b692fdd0f6
commit c872e96e09

View file

@ -4,7 +4,7 @@ module.exports = {
options: {
compilerOptions: {
compatConfig: {
MODE: 2,
MODE: 3,
},
},
},