Skip to content

Commit 9db7bfc

Browse files
andrew-yustykbashleigh
authored andcommitted
Add root index file
1 parent 516e085 commit 9db7bfc

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './dist';

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"use strict";
2+
3+
function __export(m) {
4+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
5+
}
6+
7+
Object.defineProperty(exports, "__esModule", { value: true });
8+
__export(require("./dist"));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nestjs-config",
33
"version": "1.2.5",
44
"description": "Easy to use Nest congifuration module",
5-
"main": "dist/index.js",
5+
"main": "index.js",
66
"repository": "[email protected]:nestjs-community/nestjs-config.git",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)