chore: update ts configuration
This commit is contained in:
parent
10d66e3b34
commit
d71993134e
6 changed files with 623 additions and 1169 deletions
|
@ -29,7 +29,7 @@
|
|||
"husky": "^9.1.7",
|
||||
"netlify-cli": "^18.0.0",
|
||||
"prettier": "^3.4.2",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript": "^5.8.2",
|
||||
"vitest": "^2.1.8"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"./nitro-config": "./dist/nitro-config.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build tsconfig.json",
|
||||
"build": "tsc --erasableSyntaxOnly",
|
||||
"version": "npm version",
|
||||
"publish": "npm publish",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -31,9 +31,9 @@
|
|||
"homepage": "https://mcfly.js.org",
|
||||
"dependencies": {
|
||||
"h3": "^1.8.2",
|
||||
"web-component-base": "^2.0.6"
|
||||
"web-component-base": "^2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nitropack": "~2.10"
|
||||
"nitropack": "~2.10.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"emitDeclarationOnly": false,
|
||||
"declarationDir": "./dist",
|
||||
"outDir": "./dist"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --build tsconfig.json",
|
||||
"build": "tsc --erasableSyntaxOnly",
|
||||
"version": "npm version",
|
||||
"publish": "npm publish",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"emitDeclarationOnly": false,
|
||||
"declarationDir": "./dist",
|
||||
"outDir": "./dist"
|
||||
}
|
||||
|
|
1778
pnpm-lock.yaml
1778
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue