Open samwx opened 5 years ago
I also have the follow dependencies:
{
"tslint-webpack-plugin": "^2.0.1",
"typescript": "3.2.2",
"typescript-tslint-plugin": "^0.2.1",
"tslint": "5.12.0"
}
Looks like it has something to do with the project
and/or config
properties. Can you try removing them and seeing if that works?
I'll have to look closer into why it doesn't like custom config locations.
Hi everyone!
I'm getting this error when I set the
typeCheck
property astrue
.When I run
npm start
, I get this error and the webpack process is terminated.I have the following in
webpack.config.js
:And my
tslint.json
is:Has anyone had this problem?