@adamhl8/configs 0.8.1 → 0.8.3

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.
@@ -8,14 +8,15 @@
8
8
  "moduleDetection": "force",
9
9
  "isolatedModules": true,
10
10
  "verbatimModuleSyntax": true,
11
+ "esModuleInterop": false,
12
+ "allowSyntheticDefaultImports": false,
11
13
  // Need to use '.js' extensions in packages until the following issue is resolved: https://github.com/microsoft/TypeScript/issues/61991
12
- // For non-packages, we need to set 'noEmit' to true
14
+ // For non-packages, we need to set 'rewriteRelativeImportExtensions' to false and 'noEmit' to true
13
15
  "allowImportingTsExtensions": true,
14
16
  "rewriteRelativeImportExtensions": true,
15
17
  "resolveJsonModule": true,
16
- // https://github.com/microsoft/TypeScript/issues/58262
17
- // "allowJs": true,
18
- // "checkJs": true,
18
+ "allowJs": true,
19
+ "checkJs": true,
19
20
  "skipLibCheck": true,
20
21
  "declaration": true,
21
22
  "sourceMap": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "^2.0.6",
45
- "@types/bun": "^1.2.17",
45
+ "@types/bun": "^1.2.18",
46
46
  "prettier": "^3.6.2",
47
47
  "tsc-alias": "^1.8.16",
48
48
  "typescript": "^5.8.3"