UNPKG

generator-code

Version:

Yeoman generator for Visual Studio Code extensions.

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