update tsconfig stable to import and run

This commit is contained in:
2024-11-30 11:59:16 +07:00
parent eb37c4967f
commit 6e2361166a
3 changed files with 25 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"name": "Entity",
"version": "1.0.0",
"description": "This kind of project was built to present entity table type ORM",
"main": "dist/src/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"dev": "nodemon",