dotfiles/bin/jsconfig.json

8 lines
161 B
JSON
Raw Permalink Normal View History

2024-02-19 20:37:09 +01:00
{
"include": [
2024-02-27 16:37:49 +01:00
"/home/jaandrle/.nvm/versions/node/v18.19.0/lib/node_modules/nodejsscript/index.d.ts",
2024-02-19 20:37:09 +01:00
"./*.mjs",
"./*.js",
"chrome-autoinspect.mjs"
]
2024-02-27 16:37:49 +01:00
}