angular - "type is not allowed" tslint.json issue. How to Ensure the configuration meets with what you set up on tslint.json -


ng serve works fine when try build project says "type not allowed" in tslint.json issue. how ensure configuration meets set on tslint.json

running command deploy app fixed it.. ng build --env=prod

found solution in github


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -