Skip to content

Commit 2d29c9f

Browse files
[autofix.ci] apply automated fixes
1 parent 6d6d1a1 commit 2d29c9f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/types/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from '../../tsdown.config.ts'
1+
export { default } from '../../tsdown.config.ts'
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2+
"compilerOptions": {
3+
"module": "Preserve"
4+
},
25
"include": [
36
"*.ts",
47
"*.vue",
58
"*.md"
69
],
710
"vueCompilerOptions": {
811
"vitePressExtensions": [".md"]
9-
},
10-
"compilerOptions": {
11-
"module": "Preserve"
1212
}
1313
}

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ catalogs:
2727
rimraf: ^6.0.1
2828
simple-git-hooks: ^2.12.1
2929
taze: ^19.0.4
30+
tsdown: ^0.10.2
3031
tsx: ^4.19.3
3132
typescript: ^5.8.3
3233
vitefu: ^1.0.6
3334
vitest: ^3.1.2
3435
vue-tsc: ^2.2.8
3536
zx: ^8.5.3
36-
tsdown: ^0.10.2
3737
docs:
3838
typeit: 8.1.0
3939
vitepress: ^2.0.0-alpha.5

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"node",
2323
"vite-plugin-vue-server-ref/client"
2424
],
25+
"allowImportingTsExtensions": true,
2526
"strict": true,
2627
"strictNullChecks": true,
2728
"noUnusedLocals": true,
2829
"noEmit": true,
2930
"esModuleInterop": true,
3031
"forceConsistentCasingInFileNames": true,
31-
"skipLibCheck": true,
32-
"allowImportingTsExtensions": true,
32+
"skipLibCheck": true
3333
},
3434
"include": [
3535
"./*.ts",

0 commit comments

Comments
 (0)