Files
TheGame/.vscode/settings.json
2024-08-13 19:04:31 -04:00

7 lines
137 B
JSON

{
"githubPullRequests.ignoredPullRequestBranches": [
"develop"
],
"typescript.tsdk": "node_modules/typescript/lib"
}