Skip to content

Commit 77f086f

Browse files
committed
fixup! docs: generate adev-compatible api json
1 parent 121ab9f commit 77f086f

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

tools/adev-api-extraction/tsconfig.json

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,13 @@
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,

0 commit comments

Comments
 (0)