forked from angular/angularfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
27 lines (27 loc) · 739 Bytes
/
tsconfig.json
File metadata and controls
27 lines (27 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
"outDir": "dist",
"rootDir": "src",
"sourceMap": true,
"sourceRoot": "./",
"declaration": true,
"removeComments": true
},
"files": [
"src/angularfire2.ts",
"src/angularfire2.spec.ts",
"src/utils/firebase_list_factory.spec.ts",
"src/utils/firebase_object_factory.ts",
"src/utils/firebase_object_factory.spec.ts",
"src/utils/firebase_list_observable.spec.ts",
"src/utils/firebase_object_observable.spec.ts",
"src/utils/query_observable.spec.ts",
"src/providers/auth.spec.ts",
"typings/main.d.ts"
]
}