File tree 4 files changed +19
-22
lines changed 4 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 517
517
"prefix" : " rx" ,
518
518
"architect" : {
519
519
"build" : {
520
- "builder" : " @nrwl/angular:ng-packagr-lite " ,
520
+ "builder" : " @nrwl/angular:package " ,
521
521
"options" : {
522
522
"tsConfig" : " libs/state/tsconfig.lib.json" ,
523
523
"project" : " libs/state/ng-package.json"
524
524
},
525
- "configurations" : {
526
- "production" : {
527
- "tsConfig" : " libs/state/tsconfig.lib.prod.json"
528
- }
529
- },
530
525
"outputs" : [" dist/libs/state" ]
531
526
},
532
527
"lint" : {
Original file line number Diff line number Diff line change 2
2
"$schema" : " ../../node_modules/ng-packagr/ng-package.schema.json" ,
3
3
"dest" : " ../../dist/libs/state" ,
4
4
"lib" : {
5
- "entryFile" : " src/index.ts"
5
+ "entryFile" : " src/index.ts" ,
6
+ "flatModuleFile" : " state"
6
7
}
7
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../tsconfig.base.json" ,
3
- "compilerOptions" : {
4
- "types" : [
5
- " node" ,
6
- " jest"
7
- ],
8
- "strictNullChecks" : true ,
9
- "noImplicitAny" : true
10
- },
11
- "include" : [
12
- " **/*.ts"
3
+ "files" : [],
4
+ "include" : [],
5
+ "references" : [
6
+ {
7
+ "path" : " ./tsconfig.lib.json"
8
+ },
9
+ {
10
+ "path" : " ./tsconfig.spec.json"
11
+ }
13
12
]
14
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " ../../dist/out-tsc" ,
5
4
"target" : " es2015" ,
5
+ "module" : " es2015" ,
6
+ "inlineSources" : true ,
6
7
"declaration" : true ,
7
8
"declarationMap" : true ,
8
- "inlineSources " : true ,
9
- "types " : [] ,
9
+ "strictNullChecks " : true ,
10
+ "noImplicitAny " : true ,
10
11
"lib" : [" dom" , " es2018" ]
11
12
},
12
13
"angularCompilerOptions" : {
13
- "enableIvy" : false ,
14
+ "enableIvy" : " true" ,
15
+ "compilationMode" : " partial" ,
16
+ "annotateForClosureCompiler" : true ,
14
17
"skipTemplateCodegen" : true ,
15
18
"strictMetadataEmit" : true ,
16
19
"enableResourceInlining" : true
17
20
},
18
- "include" : [" **/*.ts" ],
19
21
"exclude" : [" src/test-setup.ts" , " **/*.spec.ts" ]
20
22
}
You can’t perform that action at this time.
0 commit comments