mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
fix(@angular/cli): don't set baseUrl in editor tsconfig
Fix https://github.com/angular/angular-cli/issues/5875
This commit is contained in:
parent
bcd0d01015
commit
ac2fec47eb
@ -2,8 +2,8 @@
|
||||
"extends": "<%= relativeRootPath %>/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "<%= relativeRootPath %>/out-tsc/app",
|
||||
"baseUrl": "./",
|
||||
"module": "es2015",
|
||||
"baseUrl": "",
|
||||
"types": []
|
||||
},
|
||||
"exclude": [
|
||||
|
@ -2,9 +2,9 @@
|
||||
"extends": "<%= relativeRootPath %>/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "<%= relativeRootPath %>/out-tsc/spec",
|
||||
"baseUrl": "./",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"baseUrl": "",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"node"
|
||||
|
@ -2,6 +2,7 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/e2e",
|
||||
"baseUrl": "./",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"types": [
|
||||
|
@ -2,7 +2,6 @@
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/out-tsc",
|
||||
"baseUrl": "src",
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"moduleResolution": "node",
|
||||
|
Loading…
x
Reference in New Issue
Block a user