Merge pull request #758 from baywet/patch-2

- fixes #757
This commit is contained in:
Nick Alteen 2023-09-11 15:36:53 -04:00 committed by GitHub
commit 4de89edb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
"module": "nodenext",
"module": "NodeNext",
"rootDir": "./src",
"moduleResolution": "nodenext",
"moduleResolution": "NodeNext",
"baseUrl": "./",
"sourceMap": true,
"outDir": "./dist",