Ilya Sergeev
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" }) ```