Updated compile config

This commit is contained in:
Chris Plaatjes 2023-02-22 22:24:58 -05:00
parent 56932af02d
commit 40ef5a4c81
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true
"esModuleInterop": true,
"outDir": "dist"
}
}