-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Hello,
I have tried every possible solution to fix this issue but none helps remove this error message.
tsconfig.json
{
"compilerOptions": {
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"lib": [
"es6",
"dom"
],
"types": [
"firebase",
"jasmine",
"node",
"protractor",
"selenium-webdriver"
],
"typeRoots": [
"../node_modules/@types"
],
"mapRoot": "./",
"module": "commonjs",
"outDir": "../dist/out-tsc",
"sourceMap": true,
"target": "es5",
"exclude": [
"node_modules",
"dist"
]
}
}
packages.json
"angularfire2": "^2.0.0-beta.5-preview",
"firebase": "^3.4.0",
tsc -v
Version 2.0.0
angular-cli: 1.0.0-beta.11-webpack.8
node: 6.5.0
os: win32 x64
vpegonydal91 and hirenchauhan2
Metadata
Metadata
Assignees
Labels
No labels