wub / preact-cli-plugin-typescript

Adds TypeScript support to preact-cli :zap:
MIT License
49 stars 6 forks source link

Deleting src/tsconfig.json due to unnecessary errors in VS Code. #11

Closed Himujjal closed 4 years ago

Himujjal commented 5 years ago

Got a red error in VS Code while this was installed. On deleting tsconfig.json the error went away and the module is working fine. Since this code is all in JS itself. Deleting tsconfig.json should not cause any harm.

wub commented 4 years ago

Thanks!