File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
libraries/node-core-library/config Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- {
2- "project": {
3- "entryPointSourceFile": "lib/index.d.ts"
4- },
5- "compiler": {
6- "rootFolder": ".",
7- "configType": "tsconfig"
8- },
9- "apiReviewFile": {
10- "enabled": true,
11- "apiReviewFolder": "../../common/reviews/api"
12- },
13- "apiJsonFile": {
14- "enabled": true,
15- "outputFolder": "./temp"
16- },
17- "dtsRollup": {
18- "enabled": true
19- }
20- }
1+ {
2+ "project" : {
3+ "entryPointSourceFile" : " lib/index.d.ts"
4+ },
5+ "compiler" : {
6+ "rootFolder" : " ." ,
7+ "configType" : " tsconfig"
8+ },
9+ "apiReviewFile" : {
10+ "enabled" : true ,
11+ "apiReviewFolder" : " ../../common/reviews/api"
12+ },
13+ "apiJsonFile" : {
14+ "enabled" : true ,
15+ "outputFolder" : " ./temp"
16+ },
17+ "dtsRollup" : {
18+ "enabled" : true
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments