add types property to package.json

This commit is contained in:
2023-09-14 23:04:56 -05:00
parent 748b5f3136
commit f1050ab7fd
3 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -2,9 +2,8 @@
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"target": "es2016",
"target": "ES2020",
"declaration": true,
"moduleResolution": "node",
"rootDir": "./src",
"strict": true,
"outDir": "dist"