@4mbl/tsconfig 4.2.0 → 4.3.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @4mbl/tsconfig Changelog
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ce274df: node-ts: add rewriteRelativeImportExtensions
8
+
3
9
  ## 4.2.0
4
10
 
5
11
  ### Minor Changes
package/dist/node-ts.json CHANGED
@@ -10,7 +10,9 @@
10
10
  "baseUrl": "${configDir}/src",
11
11
 
12
12
  // options for typescript-only
13
+ // https://nodejs.org/api/typescript.html#type-stripping
13
14
  "noEmit": true,
14
- "allowImportingTsExtensions": true
15
+ "allowImportingTsExtensions": true,
16
+ "rewriteRelativeImportExtensions": true
15
17
  }
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4mbl/tsconfig",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Strict TypeScript configuration for various environments.",
5
5
  "type": "module",
6
6
  "author": "4mbl",