Skip to content

Commit 165d0bb

Browse files
committed
fix(typings): remove typings from output
1 parent 540618a commit 165d0bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/angularfire.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/// <reference path="../typings/main.d.ts" />
2-
31
import {OpaqueToken, provide} from 'angular2/core';
42
import * as Firebase from 'firebase';
53

tsconfig.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"outDir": "dist",
88
"rootDir": "src",
99
"sourceMap": true,
10-
"declaration": true
10+
"declaration": true,
11+
"removeComments": true
1112
},
1213
"exclude": [
1314
"test",
1415
"node_modules",
15-
"typings",
16+
"typings/main",
17+
"typings/main.d.ts",
1618
"dist"
1719
]
1820
}

0 commit comments

Comments
 (0)