We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vue-tsc
1 parent 4901cbc commit dc27d07Copy full SHA for dc27d07
package.json
@@ -11,7 +11,7 @@
11
"test": "node ace test",
12
"lint": "eslint .",
13
"format": "prettier --write .",
14
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit && cd inertia && vue-tsc --noEmit"
15
},
16
"imports": {
17
"#controllers/*": "./app/controllers/*.js",
0 commit comments