This commit is contained in:
xiaojunnuo
2024-08-29 11:14:48 +08:00
parent b8e05e9b44
commit bee20c7f51
6 changed files with 8 additions and 154 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ module.exports = {
rootDir: "src",
declaration: true,
declarationDir: "dist/d",
exclude: ["./node_modules/**", "./src/**/*.vue"],
exclude: ["./node_modules/**", "./src/**/*.vue", "./src/**/*.spec.ts"],
allowSyntheticDefaultImports: true,
}),
json(),
+1 -1
View File
@@ -1,5 +1,5 @@
{
"compileOnSave": true,
"compileOnSave": false,
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",