Ilya Sergeev

Results 3 comments of Ilya Sergeev

I solved this problem by adding a new declaration for `hooper` to type declarations file in project: ``` declare module 'hooper' { import { FunctionalComponentOptions } from 'vue' export const...

I have same problem. My options are folowing ``` new TSLintPlugin({ files: [ "./src/**/*.ts", "./src/!**/.*.ts" ], warningsAsError: true, format: 'json', out: "../target/tslint.txt" }) ```