Working in windows

This commit is contained in:
andrepimenta
2025-07-12 13:24:25 +01:00
parent 5c33bc94c1
commit 6e9893e3f3
8 changed files with 13996 additions and 951 deletions

View File

@@ -13,5 +13,8 @@
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
}
},
"exclude": [
"mcp-permissions.js"
]
}