modded7/buildtools/.vscode/settings.json
Exa 7a329bc07b Add Nomifactory's build scripts
Modified slightly to use LICENSE rather than LICENSE.md
2022-02-10 12:07:06 -08:00

10 lines
175 B
JSON

{
"typescript.tsdk": "node_modules\\typescript\\lib",
"eslint.workingDirectories": [
"./",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}