fixed compiling

This commit is contained in:
2022-03-29 23:31:01 -05:00
parent 457efbeb4c
commit 98ccb87a14
3 changed files with 18 additions and 17 deletions

View File

@@ -4,6 +4,7 @@
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
"strict": true
},
"include": ["src"],