@adamhl8/configs 0.8.0 → 0.8.2

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,13 +8,13 @@
8
8
  "moduleDetection": "force",
9
9
  "isolatedModules": true,
10
10
  "verbatimModuleSyntax": true,
11
- // https://github.com/microsoft/TypeScript/issues/61991
12
- // "allowImportingTsExtensions": true,
13
- // "rewriteRelativeImportExtensions": true,
11
+ // 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
13
+ "allowImportingTsExtensions": true,
14
+ "rewriteRelativeImportExtensions": true,
14
15
  "resolveJsonModule": true,
15
- // https://github.com/microsoft/TypeScript/issues/58262
16
- // "allowJs": true,
17
- // "checkJs": true,
16
+ "allowJs": true,
17
+ "checkJs": true,
18
18
  "skipLibCheck": true,
19
19
  "declaration": true,
20
20
  "sourceMap": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
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"