We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a77794 commit da05f3fCopy full SHA for da05f3f
package.json
@@ -2,7 +2,8 @@
2
"name": "typeorm-static",
3
"description": "Static TypeORM connection using env vars",
4
"version": "1.0.1",
5
- "main": "out/index.js",
+ "main": "out/index",
6
+ "typings": "out/index",
7
"repository": "https://github.com/makepost/typeorm-static",
8
"author": "makepost",
9
"license": "MIT",
tsconfig.json
@@ -11,11 +11,6 @@
11
"noUnusedParameters": true,
12
"experimentalDecorators": true,
13
"emitDecoratorMetadata": true,
14
- "declaration": true,
15
- "baseUrl": "src/types",
16
- "typeRoots": [
17
- "node_modules/@types",
18
- "src/types"
19
- ]
+ "declaration": true
20
}
21
0 commit comments