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.
1 parent bac50cc commit ab9af90Copy full SHA for ab9af90
package.json
@@ -3033,7 +3033,7 @@
3033
"build-ui": "webpack --context ./src/ui --config ./src/ui/webpack.config.js",
3034
"bundle": "npm run lint && webpack --env.production --context ./src/ui --config ./src/ui/webpack.config.js && webpack --env.production",
3035
"clean": "git clean -Xdf",
3036
- "lint": "tslint --project tslint.json",
+ "lint": "tslint --project tsconfig.json",
3037
"pack": "vsce package",
3038
"pub": "vsce publish",
3039
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui",
0 commit comments