fix: путь к файлу типов
This commit is contained in:
parent
ab5c1f70c4
commit
d92396967a
@ -11,7 +11,7 @@
|
||||
"src/app/**/*",
|
||||
"orm.d.ts"
|
||||
],
|
||||
"types": "dist/index.d.ts",
|
||||
"types": "orm.d.ts",
|
||||
"scripts": {
|
||||
"test": "node --no-warnings node_modules/.bin/jest --runInBand --forceExit",
|
||||
"build": "rimraf dist && tsc -b -v",
|
||||
|
Loading…
Reference in New Issue
Block a user