adjusted project structure

This commit is contained in:
Luke Hagar
2023-04-17 09:41:47 -05:00
parent d2c3838c84
commit 01738e4720
7 changed files with 81 additions and 206 deletions

View File

@@ -1,8 +1,10 @@
{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node",
"declaration": true,
"target": "ES5",
"module": "CommonJS",
"target": "es2022",
"module": "es2022",
"noImplicitAny": true,
"outDir": "dist",
"rootDir": ".",