therepo/.vscode/settings.template.json
2025-08-15 14:00:52 +12:00

22 lines
355 B
JSON

{
"nodejs-testing.extensions": [
{
"extensions": ["mjs", "cjs", "js"],
"parameters": []
},
{
"extensions": ["mts", "cts", "ts"],
"parameters": [
"--experimental-strip-types",
"--disable-warning=ExperimentalWarning"
]
}
],
"nodejs-testing.pretest": [
"npm",
"run",
"--workspaces",
"--if-present",
"pretest"
]
}