]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: add `@types/node` to ts projects
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 26 Nov 2021 08:42:17 +0000 (16:42 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 26 Nov 2021 08:42:17 +0000 (16:42 +0800)
commit09a37695ff820ba2b067fcd2b26c5d1a47a60dc3
tree9db076835554c0af1ffef41609973976f7eafb11
parent7260f96a8a52bfe1af658f58686ab4a4026f71c5
fix: add `@types/node` to ts projects

To avoid warnings on missing type declarations for the `url` module.

Ideally the version of `@types/node` should be based on the user's
node version. But the latest is accepatble for now.
18 files changed:
playground/typescript-jsx-router-vuex-with-tests/package.json
playground/typescript-jsx-router-vuex/package.json
playground/typescript-jsx-router-with-tests/package.json
playground/typescript-jsx-router/package.json
playground/typescript-jsx-vuex-with-tests/package.json
playground/typescript-jsx-vuex/package.json
playground/typescript-jsx-with-tests/package.json
playground/typescript-jsx/package.json
playground/typescript-router-vuex-with-tests/package.json
playground/typescript-router-vuex/package.json
playground/typescript-router-with-tests/package.json
playground/typescript-router/package.json
playground/typescript-vuex-with-tests/package.json
playground/typescript-vuex/package.json
playground/typescript-with-tests/package.json
playground/typescript/package.json
pnpm-lock.yaml
template/config/typescript/package.json