tsconfig-voss 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsconfig-voss",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Shared TypeScript configs",
5
5
  "exports": {
6
6
  "./base": "./tsconfig.base.json",
@@ -8,7 +8,6 @@
8
8
  "esModuleInterop": true,
9
9
  "allowSyntheticDefaultImports": true,
10
10
  "skipLibCheck": true,
11
- "noEmit": true,
12
11
  "types": ["node"],
13
12
  "lib": ["ESNext", "DOM"] // ✅ needed if you had it before
14
13
  }
@@ -1,39 +1,39 @@
1
- //{
2
- // "compilerOptions": {
3
- // /* Visit https://aka.ms/tsconfig to read more about this file */
4
- //
5
- // /* Interop Constraints */
6
- // // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
7
- // // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
8
- // // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */
9
- // // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
10
- // "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
11
- // // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
12
- // "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
13
- //
14
- // /* Type Checking */
15
- // "strict": true, /* Enable all strict type-checking options. */
16
- // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
17
- // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
18
- // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
19
- // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
20
- // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
21
- // // "strictBuiltinIteratorReturn": true, /* Built-in iterators are instantiated with a 'TReturn' type of 'undefined' instead of 'any'. */
22
- // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
23
- // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
24
- // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
25
- // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
26
- // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
27
- // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
28
- // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
29
- // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
30
- // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
31
- // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
32
- // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
33
- // // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
34
- // "allowUnreachableCode": false, /* Disable error reporting for unreachable code. */
35
- //
36
- // /* Completeness */
37
- // // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
38
- // }
39
- //}
1
+ {
2
+ "compilerOptions": {
3
+ /* Visit https://aka.ms/tsconfig to read more about this file */
4
+
5
+ /* Interop Constraints */
6
+ // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
7
+ // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
8
+ // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */
9
+ // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
10
+ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
11
+ // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
12
+ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
13
+
14
+ /* Type Checking */
15
+ "strict": true, /* Enable all strict type-checking options. */
16
+ "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
17
+ "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
18
+ "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
19
+ "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
20
+ "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
21
+ // "strictBuiltinIteratorReturn": true, /* Built-in iterators are instantiated with a 'TReturn' type of 'undefined' instead of 'any'. */
22
+ "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
23
+ "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
24
+ "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
25
+ "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
26
+ "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
27
+ "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
28
+ "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
29
+ "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
30
+ "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
31
+ "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
32
+ "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
33
+ // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
34
+ "allowUnreachableCode": false, /* Disable error reporting for unreachable code. */
35
+
36
+ /* Completeness */
37
+ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
38
+ }
39
+ }