We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code 1.45.1, template tsconfig.json (shipped with this extension):
tsconfig.json
If you choose "No", the actual file is not created:
Template source:
{{#def.select('MODULE', 'Specify module code generation', ['none','commonjs','amd','system','umd','es6','es2015','esnext'])}} {{#def.select('TARGET', 'Specify ECMAScript target version', ['es3','es6','es2016','es2017','esnext'])}} {{#def.confirm('SOURCE_MAP', 'Should generate corresponding .map file?')}} { "compilerOptions": { "module": "{{=$.MODULE}}", "target": "{{=$.TARGET}}", "sourceMap": {{=$.SOURCE_MAP}} }, "exclude": [ "node_modules" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VS Code 1.45.1, template
tsconfig.json
(shipped with this extension):If you choose "No", the actual file is not created:
Template source:
The text was updated successfully, but these errors were encountered: