aurelia-router-metadata
Version:
Adds decorator configuration with conventions and eager loading capabilities to aurelia-router
21 lines (20 loc) • 552 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.nodePath": "./node_modules/tslint/bin/tslint",
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"html.format.endWithNewline": true,
"tslint.exclude": [
"**/node_modules/**",
"**/dist/**"
],
"emmet.triggerExpansionOnTab": true,
"prettier.printWidth": 160,
"search.exclude": {
"**/node_modules": true,
"**/dist": true,
"**/doc": true,
"**/.vscode": true
}
}