We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3036a commit c8c0cfaCopy full SHA for c8c0cfa
tsconfig.json
@@ -9,10 +9,11 @@
9
"esModuleInterop": true,
10
11
"alwaysStrict": false,
12
- "declaration": false,
+ "declaration": true,
13
+ "declarationMap": true,
14
"downlevelIteration": true,
15
- "importHelpers": false, // strongly ensure no tslib dependency
16
+ "importHelpers": false,
17
"inlineSources": true,
18
19
"noFallthroughCasesInSwitch": true,
@@ -27,13 +28,11 @@
27
28
29
"resolveJsonModule": true,
30
- // https://github.com/microsoft/TypeScript/issues/50175#issuecomment-1204986989
31
- // "skipLibCheck": true,
32
"sourceMap": true,
33
"strictBindCallApply": false,
34
35
"types": ["node", "vite/client"],
36
- "allowJs": true, // for importing configs in tests
+ "allowJs": true,
37
"lib": ["ES2021"],
38
39
"paths": {
0 commit comments