mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
11 lines
356 B
JSON
11 lines
356 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"files.associations": {
|
|
"compose-dev.yml": "dockercompose",
|
|
".github/workflows/*.yml": "github-actions-workflow"
|
|
},
|
|
"yaml.schemas": {
|
|
"https://json.schemastore.org/github-workflow.json": "file:///Users/amruth/Projects/Reactive-Resume/.github/workflows/publish-docker-image.yml"
|
|
}
|
|
}
|