mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-27 12:07:38 +08:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"files.exclude": {
|
|
"dist/": true,
|
|
"lib/": true,
|
|
"**/node_modules/": true,
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |