Drop target from tsconfig

This commit is contained in:
Pieter Vander Vennet 2023-01-17 02:50:41 +01:00
parent a3234686fe
commit 9b8e447f92

View file

@ -20,7 +20,6 @@
"isolatedModules": false,
"esModuleInterop": true,
"moduleResolution": "node",
"target": "ES5",
"module": "CommonJS"
}
},