https://vanillawebdev.blogspot.com/2025/02/css-nesting-tips-for-chrome-devtools.html
https://vanillawebdev.blogspot.com/2025/02/naming-async-function.html
https://vanillawebdev.blogspot.com/2025/02/naming-async-function.html?max-results=20
https://vanillawebdev.blogspot.com/
user_r100
//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizihHpchmJoGeEVuJGCATZpHw9BgxolQLkV-Mw0hXTuIjdZQ8e_AeFQZdY6r5UrGWerl4b3Qx4aYsVx2w9y474FJvlyZDZiNcCLLNNQly7M3NZ8Xz1g2dsxQh3yuQJln2e6JTJtzci506US-j64gEDelPT-QYo7_TFH1kTp6AapPzrZQ/s220/channels4_profile.jpg
6069009078751645860
https://vanillawebdev.blogspot.com/2025/02/jsconfig-setup.html
jsconfig.json
February 09, 2025
2025
February
09
10:52 AM
jsconfig.json setup for vanilla JS project.
Create separate config file for build scripts and project scripts to speed up code analysis (e.g. VS Code IntelliSense). Without directory scoping, the code analyzer will check dependencies folder such as node_modules and could potentially slow down code analysis initial load time.
Files:
build-scripts/
src/
jsconfig.json
jsconfig.json
jsconfig.json
{
"compilerOptions": {
"target": "ES2015"
},
"exclude": [
"node_modules"
]
}
src/jsconfig.json
{
"compilerOptions": {
"target": "ES2015"
}
}
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/8166404610182826392?po=6069009078751645860&hl=en&saa=85391&origin=https://vanillawebdev.blogspot.com&skin=contempo
https://vanillawebdev.blogspot.com/2025/02/jsconfig-setup.html#comments
true
["@lvc","project-setup"]
https://vanillawebdev.blogspot.com/search/label/%40lvc
@lvc
https://vanillawebdev.blogspot.com/search/label/project-setup
project-setup
https://vanillawebdev.blogspot.com/2025/02/css-nesting-tips-for-chrome-devtools.html
https://vanillawebdev.blogspot.com/2025/02/naming-async-function.html
https://vanillawebdev.blogspot.com/