book-monkey2-api
Version:
REST Server Backend for the BookMonkey2 demo
16 lines (15 loc) • 347 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"**/*.d.ts": {
"when": "$(basename).ts"
},
"**/*.js.map": true,
"**/*.metadata.json": true,
"compiled": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}