This commit is contained in:
RA80533 2021-07-20 19:27:28 -04:00
parent c4b374fc52
commit a96e9cbd13
No known key found for this signature in database
GPG key ID: BB4D9E2AD2E21B54

View file

@ -2,9 +2,9 @@
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node",
"outDir": "./dist",
"outDir": "dist/",
"resolveJsonModule": true,
"rootDir": "./src",
"rootDir": ".",
"sourceMap": true,
"target": "es2015"
},