File tree 4 files changed +3
-3
lines changed
packages/@angular/cli/blueprints/ng/files
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"extends" : " <%= relativeRootPath %>/tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " <%= relativeRootPath %>/out-tsc/app" ,
5
+ "baseUrl" : " ./" ,
5
6
"module" : " es2015" ,
6
- "baseUrl" : " " ,
7
7
"types" : []
8
8
},
9
9
"exclude" : [
Original file line number Diff line number Diff line change 2
2
"extends" : " <%= relativeRootPath %>/tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " <%= relativeRootPath %>/out-tsc/spec" ,
5
+ "baseUrl" : " ./" ,
5
6
"module" : " commonjs" ,
6
7
"target" : " es5" ,
7
- "baseUrl" : " " ,
8
8
"types" : [
9
9
" jasmine" ,
10
10
" node"
Original file line number Diff line number Diff line change 2
2
"extends" : " ../tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/e2e" ,
5
+ "baseUrl" : " ./" ,
5
6
"module" : " commonjs" ,
6
7
"target" : " es5" ,
7
8
"types" : [
Original file line number Diff line number Diff line change 2
2
"compileOnSave" : false ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ./dist/out-tsc" ,
5
- "baseUrl" : " src" ,
6
5
"sourceMap" : true ,
7
6
"declaration" : false ,
8
7
"moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments