@adamhl8/configs 0.9.1 → 0.10.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.
@@ -9,7 +9,7 @@
9
9
  "isolatedModules": true,
10
10
  "verbatimModuleSyntax": true,
11
11
  "esModuleInterop": false,
12
- "allowSyntheticDefaultImports": false,
12
+ "allowSyntheticDefaultImports": true,
13
13
  // Need to use '.js' extensions in packages. See: https://github.com/microsoft/TypeScript/issues/61991
14
14
  // For non-packages (or anything we don't compile with tsc), we need to set 'rewriteRelativeImportExtensions' to false and 'noEmit' to true
15
15
  "allowImportingTsExtensions": true,
@@ -39,7 +39,7 @@
39
39
  "noUncheckedSideEffectImports": true,
40
40
 
41
41
  "paths": {
42
- "@/*": ["${configDir}/src/*"]
42
+ "~/*": ["${configDir}/src/*"]
43
43
  }
44
44
  }
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,8 +36,8 @@
36
36
  "@prettier/plugin-xml": "^3.4.2",
37
37
  "prettier-plugin-astro": "^0.14.1",
38
38
  "prettier-plugin-sh": "^0.18.0",
39
- "prettier-plugin-tailwindcss": "^0.6.13",
40
- "prettier-plugin-toml": "^2.0.5"
39
+ "prettier-plugin-tailwindcss": "^0.6.14",
40
+ "prettier-plugin-toml": "^2.0.6"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@biomejs/biome": "^2.1.1",