You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"maxNodeModuleJsDepth": 0, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
29
+
30
+
/* Emit */
31
+
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
32
+
"declarationMap": true, /* Create sourcemaps for d.ts files. */
33
+
"noEmit": true, /* Disable emitting files from a compilation. */
34
+
35
+
/* Interop Constraints */
36
+
"allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
37
+
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
38
+
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
39
+
40
+
/* Type Checking */
41
+
"strict": true, /* Enable all strict type-checking options. */
42
+
43
+
/* Completeness */
44
+
//"skipLibCheck": true /* Skip type checking all .d.ts files. */
0 commit comments