Skip to content

Commit da05f3f

Browse files
committed
Package: Typings
1 parent 7a77794 commit da05f3f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "typeorm-static",
33
"description": "Static TypeORM connection using env vars",
44
"version": "1.0.1",
5-
"main": "out/index.js",
5+
"main": "out/index",
6+
"typings": "out/index",
67
"repository": "https://github.com/makepost/typeorm-static",
78
"author": "makepost",
89
"license": "MIT",

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"noUnusedParameters": true,
1212
"experimentalDecorators": true,
1313
"emitDecoratorMetadata": true,
14-
"declaration": true,
15-
"baseUrl": "src/types",
16-
"typeRoots": [
17-
"node_modules/@types",
18-
"src/types"
19-
]
14+
"declaration": true
2015
}
2116
}

0 commit comments

Comments
 (0)