This commit is contained in:
Jon McClure 2023-05-22 19:22:55 +01:00
parent 0ec2a58a34
commit b757d7b7f1

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"module": "ESNext",
"target": "ESNext",
"declaration": true,
"isolatedModules": true,
"esModuleInterop": true,