Running Vue.js with TypeScript on ASP.NET Core Application
"scripts": { | |
... | |
"build": "npm run build:ts && npm run build:main", | |
"build:ts": "tsc -p .", | |
"build:main": "node --no-deprecation build/build.js", | |
... | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment