ts-config-plugin icon indicating copy to clipboard operation
ts-config-plugin copied to clipboard

POC TS Plugin for type checking / completing `module.exports`

Results 2 ts-config-plugin issues
Sort by recently updated
recently updated
newest added

``` [2020-01-19 15:24:52.939] [exthost] [error] Activating extension octref.vscode-ts-config-plugin failed due to an error: [2020-01-19 15:24:52.941] [exthost] [error] Error: Cannot find module 'c:\Users\Stan\.vscode\extensions\octref.vscode-ts-config-plugin-0.2.0\index.js' Require stack: - c:\Program Files\Microsoft VS Code\resources\app\out\vs\loader.js -...

Now that we've included a typing file for `vue.config.js` since @vue/cli-service 3.4 https://github.com/vuejs/vue-cli/pull/3387/ it should be now possible to add type checking in the similar way as we do for...