-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
🐛 bug report
Description of the problem
jsconfig.json
isn't supported like VSCode. This could make autocompletion much better for certain apps.
Repro:
Use the Vanilla (+TS) template.
- Create a
jsconfig
file.
{
"compilerOptions": {
"noLib": true
}
}
- Notice how ts autocompletion is still huge despite us not wanting to use most libs.
Examples
Code Sandbox:
VSC:
How has this issue affected you? What are you trying to accomplish?
I'm trying to support a Google Cloud product, clasp with this tool.