Skip to content

Commit c61df3d

Browse files
committed
format
1 parent 5c5db0d commit c61df3d

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"vitest": "^2.1.1",
2626
"@types/inquirer": "^9.0.7"
2727
}
28-
}
28+
}

packages/create/tsconfig.build.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": [
4-
"**/*.test.ts",
5-
"**/*.test.tsx",
6-
"dist",
7-
"node_modules"
8-
]
9-
}
3+
"exclude": ["**/*.test.ts", "**/*.test.tsx", "dist", "node_modules"]
4+
}

packages/create/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
"noEmit": false,
77
"allowImportingTsExtensions": false
88
},
9-
"include": [
10-
"src/**/*"
11-
]
12-
}
9+
"include": ["src/**/*"]
10+
}

0 commit comments

Comments
 (0)