mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-05 07:47:41 +00:00
fix: resolve tsconfig parsing issues (#88)
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"lint": "eslint . --fix",
|
||||
"type-lint": "ts-standard",
|
||||
"type-fix": "ts-standard --fix",
|
||||
"type-lint": "vue-tsc --noEmit -p tsconfig.lint.json",
|
||||
"type-fix": "ts-standard --fix --project tsconfig.lint.json",
|
||||
"format": "prettier --write src/ index.html .github/ .vscode/"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user