File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
"useDefineForClassFields" : false ,
5
5
"esModuleInterop" : true ,
6
6
"forceConsistentCasingInFileNames" : true ,
7
- "strict" : true ,
7
+ // "strict": true,
8
8
"noImplicitOverride" : true ,
9
9
"noPropertyAccessFromIndexSignature" : true ,
10
10
"noImplicitReturns" : true ,
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ module.exports = {
16
16
globals : {
17
17
Uint8Array : Uint8Array ,
18
18
} ,
19
+ passWithNoTests : true ,
19
20
} ;
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"module" : " commonjs" ,
5
5
"forceConsistentCasingInFileNames" : true ,
6
- "strict" : true ,
6
+ // "strict": true,
7
7
"noImplicitOverride" : true ,
8
8
"noPropertyAccessFromIndexSignature" : true ,
9
9
"noImplicitReturns" : true ,
Original file line number Diff line number Diff line change 18
18
"sharedGlobals" : []
19
19
},
20
20
"targetDefaults" : {
21
+ "@angular-architects/native-federation:build" : {
22
+ "cache" : true ,
23
+ "dependsOn" : [" ^build" ],
24
+ "inputs" : [" production" , " ^production" ]
25
+ },
21
26
"@angular-devkit/build-angular:application" : {
22
27
"cache" : true ,
23
28
"dependsOn" : [" ^build" ],
Original file line number Diff line number Diff line change 6
6
"declaration" : false ,
7
7
"moduleResolution" : " node" ,
8
8
"emitDecoratorMetadata" : true ,
9
+ "esModuleInterop" : true ,
9
10
"experimentalDecorators" : true ,
10
11
"importHelpers" : true ,
11
12
"target" : " es2015" ,
15
16
"skipDefaultLibCheck" : true ,
16
17
"baseUrl" : " ." ,
17
18
"paths" : {
18
- "@angular-architects/build_angular" : [" libs/build-angular/src/index.ts" ],
19
19
"@angular-architects/module-federation" : [" libs/mf/src/index.ts" ],
20
20
"@angular-architects/module-federation-runtime" : [
21
21
" libs/mf-runtime/src/index.ts"
26
26
"@angular-architects/native-federation" : [
27
27
" libs/native-federation/src/index.ts"
28
28
],
29
+ "@angular-architects/native-federation/config" : [
30
+ " libs/native-federation/config.ts"
31
+ ],
29
32
"@angular-architects/playground-lib" : [
30
33
" libs/playground-lib/src/index.ts"
31
34
],
You can’t perform that action at this time.
0 commit comments