CoastalCommitsPastes/.vscode/settings.json

5 lines
179 B
JSON
Raw Normal View History

{
2023-01-29 00:58:21 -05:00
"typescript.tsdk": "node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"dotenv.enableAutocloaking": false
}