File tree Expand file tree Collapse file tree 8 files changed +24
-19
lines changed Expand file tree Collapse file tree 8 files changed +24
-19
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ testem.log
41
41
.DS_Store
42
42
Thumbs.db
43
43
44
- # # NgDoc folder
44
+ # # NgDoc files
45
45
/ng-doc
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3
3
"version" : 1 ,
4
- "newProjectRoot" : " src " ,
4
+ "newProjectRoot" : " projects " ,
5
5
"projects" : {
6
6
"app" : {
7
7
"projectType" : " application" ,
74
74
}
75
75
],
76
76
"outputHashing" : " all" ,
77
- "serviceWorker" : " ngsw-config.json"
77
+ "serviceWorker" : " projects/app/ ngsw-config.json"
78
78
},
79
79
"development" : {
80
80
"optimization" : false ,
Original file line number Diff line number Diff line change 24
24
"lib:lint" : " ng lint angular-colorful" ,
25
25
"lib:lint:fix" : " ng lint angular-colorful --fix" ,
26
26
"lib:publish" : " npm run lib:build && cd dist/lib && npm pack && npm publish" ,
27
- "update-deps" : " ng update @angular/cli" ,
28
- "ngcc" : " ngcc"
27
+ "update-ng" : " ng update @angular/cli"
29
28
},
30
29
"dependencies" : {
31
30
"@angular/animations" : " ^19.2.10" ,
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2
2
{
3
- "extends" : " ../.. /tsconfig.json" ,
3
+ "extends" : " ./tsconfig.json" ,
4
4
"compilerOptions" : {
5
5
"outDir" : " ../../out-tsc/app" ,
6
6
"types" : []
Original file line number Diff line number Diff line change
1
+ /* To learn more about this file see: https://angular.io/config/tsconfig. */
2
+ {
3
+ "extends" : " ../../tsconfig.json" ,
4
+ "compilerOptions" : {
5
+ "paths" : {
6
+ "angular-colorful" : [
7
+ " dist/lib"
8
+ ],
9
+ "@ng-doc/generated" : [
10
+ " ng-doc/app/index.ts"
11
+ ],
12
+ "@ng-doc/generated/*" : [
13
+ " ng-doc/app/*"
14
+ ]
15
+ }
16
+ }
17
+ }
Original file line number Diff line number Diff line change 1
1
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2
2
{
3
- "extends" : " ../.. /tsconfig.json" ,
3
+ "extends" : " ./tsconfig.json" ,
4
4
"compilerOptions" : {
5
5
"outDir" : " ../../out-tsc/spec" ,
6
6
"types" : [
Original file line number Diff line number Diff line change 21
21
"lib" : [
22
22
" ES2022" ,
23
23
" dom"
24
- ],
25
- "paths" : {
26
- "angular-colorful" : [
27
- " dist/lib"
28
- ],
29
- "@ng-doc/generated" : [
30
- " ng-doc/app/index.ts"
31
- ],
32
- "@ng-doc/generated/*" : [
33
- " ng-doc/app/*"
34
- ]
35
- }
24
+ ]
36
25
},
37
26
"angularCompilerOptions" : {
38
27
"enableI18nLegacyMessageIdFormat" : false ,
You can’t perform that action at this time.
0 commit comments