Files
vscode/.eslint-plugin-local/package.json
Matt Bierner 22663c3fe7 Small cleanup
2025-11-14 14:39:44 -08:00

8 lines
112 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsgo -p tsconfig.json --noEmit"
}
}