tsconfig-voss 1.0.14 → 1.0.15

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.14",
3
+ "version": "1.0.15",
4
4
  "description": "Shared TypeScript configs",
5
5
  "exports": {
6
6
  "./base": "./tsconfig.base.json",
@@ -3,7 +3,7 @@
3
3
  /* Visit https://aka.ms/tsconfig to read more about this file */
4
4
 
5
5
  /* Interop Constraints */
6
- // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
6
+ "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
7
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
8
  // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */
9
9
  // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */