Update tsconfig.json

This commit is contained in:
Joseph Garrone 2023-02-18 02:25:50 +01:00 committed by GitHub
parent 50db4a94fb
commit a146f38b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
"compilerOptions": {
"module": "CommonJS",
"target": "es5",
"moduleResolution": "node",
"lib": ["es2015", "DOM"],
"esModuleInterop": true,
"declaration": true,