File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed
Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 77 },
88 "compileOnSave" : false ,
99 "compilerOptions" : {
10- "forceConsistentCasingInFileNames" : true ,
1110 "strict" : true ,
12- "noImplicitOverride" : true ,
13- "noPropertyAccessFromIndexSignature" : true ,
14- "noImplicitReturns" : true ,
15- "noFallthroughCasesInSwitch" : true ,
16- "sourceMap" : true ,
17- "declaration" : true ,
18- "moduleResolution" : " node" ,
19- "importHelpers" : true ,
20- "target" : " ES2022" ,
21- "module" : " ES2022" ,
22- "lib" : [" ES2022" , " dom" ],
2311 "types" : [" node" ],
24- "esModuleInterop" : true ,
12+ "module" : " node16" ,
13+ "moduleResolution" : " node16" ,
2514 "resolveJsonModule" : true ,
26- "jsx" : " react" ,
27- "jsxFactory" : " h" ,
28- "jsxFragmentFactory" : " Fragment" ,
29- // TODO(crisbeto): temporarily disabled while adding support for TS 5.4. Should be re-enabled.
30- "skipLibCheck" : true ,
31- "paths" : {
32- "@angular/docs" : [" ./shared-docs" ],
33- "@angular/*" : [" ../packages/*" ]
34- }
15+ "declaration" : true ,
16+ "sourceMap" : true
3517 },
3618 "angularCompilerOptions" : {
3719 "enableI18nLegacyMessageIdFormat" : false ,
You can’t perform that action at this time.
0 commit comments