@dword-design/base 12.2.0 → 12.2.1

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.
@@ -13,7 +13,7 @@ import githubFunding from "./github-funding.js";
13
13
  import githubLabelsConfig from "./github-labels.js";
14
14
  import githubSyncLabelsConfig from "./github-sync-labels.js";
15
15
  import npmrc from "./npmrc.js";
16
- import typescriptConfig from "./typescript.js";
16
+ import typescriptConfig from "./typescript/index.js";
17
17
  export default function () {
18
18
  var _commitlintConfig, _commitizenConfig, _this$githubCodespace, _githubFunding, _sortKeys, _sortKeys2, _sortKeys3, _sortKeys4, _sortKeys5, _ref, _this$getGitignoreCon, _this$getGitpodConfig, _this$getReleaseConfi, _sortKeys6, _this$getVscodeConfig, _babelConfig, _ref2, _packageConfig;
19
19
  const packageConfig = this.getPackageConfig();
@@ -0,0 +1,11 @@
1
+ export default {
2
+ compilerOptions: {
3
+ moduleResolution: 'bundler',
4
+ paths: {
5
+ '@': ['.'],
6
+ '@/*': ['./*']
7
+ },
8
+ target: 'ESNext'
9
+ },
10
+ exclude: ['**/*.test.ts', '**/*.spec.ts']
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "12.2.0",
3
+ "version": "12.2.1",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -94,6 +94,7 @@
94
94
  "renovate": "^39.264.0",
95
95
  "rimraf": "^5.0.10",
96
96
  "sharp": "^0.34.2",
97
+ "tsc-alias": "^1.8.16",
97
98
  "unify-mocha-output": "^2.0.22"
98
99
  },
99
100
  "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
@@ -1,3 +0,0 @@
1
- export default {
2
- exclude: ['**/*.test.ts', '**/*.spec.ts', 'tests']
3
- };