This repository was archived by the owner on May 7, 2018. It is now read-only.
File tree 4 files changed +8
-11
lines changed
4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 2
2
"extends" : " ../../../tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " ../../../out-tsc/spec/bar" ,
5
- "baseUrl" : " ./" ,
6
5
"module" : " commonjs" ,
7
6
"target" : " es5" ,
8
7
"types" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ../tsconfig.json" ,
2
+ "extends" : " ../../../ tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " ../out-tsc/spec" ,
5
- "baseUrl" : " ./" ,
4
+ "outDir" : " ../out-tsc/spec/foo-bar" ,
6
5
"module" : " commonjs" ,
7
6
"target" : " es5" ,
8
7
"types" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ../tsconfig.json" ,
2
+ "extends" : " ../../../ tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " ../out-tsc/spec" ,
5
- "baseUrl" : " ./" ,
4
+ "outDir" : " ../out-tsc/spec/foo" ,
6
5
"module" : " commonjs" ,
7
6
"target" : " es5" ,
8
7
"types" : [
Original file line number Diff line number Diff line change 21
21
" packages/common/src/public_api.ts"
22
22
],
23
23
"@enterprise/core" : [
24
- " packages/common /src/public_api.ts"
24
+ " packages/core /src/public_api.ts"
25
25
],
26
26
"@enterprise/framework" : [
27
- " packages/common /src/public_api.ts"
27
+ " packages/framework /src/public_api.ts"
28
28
],
29
29
"@enterprise/shared" : [
30
- " packages/common /src/public_api.ts"
30
+ " packages/shared /src/public_api.ts"
31
31
],
32
32
"@enterprise/util" : [
33
- " packages/common /src/public_api.ts"
33
+ " packages/util /src/public_api.ts"
34
34
]
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments