Open Majirefy opened 7 years ago
In project's root tslint.json, it is:
tslint.json
{ "extends": "./node_modules/phaser/v2/typescript/tslint.json" }
But after running npm install, this should be:
install
{ "extends": "./node_modules/phaser/typescript/tslint.json" }
I will take a look at it as soon as I'm able.
In project's root
tslint.json
, it is:But after running npm
install
, this should be: