UNPKG

generator-code

Version:

Yeoman generator for Visual Studio Code Extensions

14 lines (13 loc) 218 B
{ "compilerOptions": { "module": "commonjs", "target": "ES2020", "checkJs": <%- JSON.stringify(checkJavaScript) %>, /* Typecheck .js files. */ "lib": [ "ES2020" ] }, "exclude": [ "node_modules" ] }