Skip to content

Commit

Permalink
tightly coupled referenced .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmasikome committed Oct 12, 2018
1 parent 1e2933d commit d8cfc3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference path="./lib/declarations/GoogleBigtable.d.ts"/>
import { BigtableFactory } from "./lib/BigtableFactory";
export default BigtableFactory;
export { BigtableFactory }; // faked object export
File renamed without changes.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"noImplicitAny": true,
"strict": true,
"outDir": "dist/",
"declaration": true
"declaration": true,
"declarationMap": true
},
"exclude": [
"./coverage",
Expand Down
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"jsRules": {},
"rules": {
"no-reference": false,
"variable-name": [
true,
"ban-keywords",
Expand Down

0 comments on commit d8cfc3c

Please sign in to comment.