Skip to content

Commit 171580e

Browse files
committed
having sourcemap settings breaks the e2e testing with nightly typescript and ts-node version, this fixes this problem
1 parent b16bcf0 commit 171580e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

addon/ng2/blueprints/ng2/files/e2e/tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
"declaration": false,
55
"emitDecoratorMetadata": true,
66
"experimentalDecorators": true,
7-
"mapRoot": "",
87
"module": "commonjs",
98
"moduleResolution": "node",
109
"noEmitOnError": true,
1110
"noImplicitAny": false,
1211
"rootDir": ".",
1312
"sourceMap": true,
14-
"sourceRoot": "/",
1513
"target": "es5"
1614
}
1715
}

0 commit comments

Comments
 (0)