We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540618a commit 165d0bbCopy full SHA for 165d0bb
src/angularfire.ts
@@ -1,5 +1,3 @@
1
-/// <reference path="../typings/main.d.ts" />
2
-
3
import {OpaqueToken, provide} from 'angular2/core';
4
import * as Firebase from 'firebase';
5
tsconfig.json
@@ -7,12 +7,14 @@
7
"outDir": "dist",
8
"rootDir": "src",
9
"sourceMap": true,
10
- "declaration": true
+ "declaration": true,
11
+ "removeComments": true
12
},
13
"exclude": [
14
"test",
15
"node_modules",
- "typings",
16
+ "typings/main",
17
+ "typings/main.d.ts",
18
"dist"
19
]
20
}
0 commit comments