ngx-recaptcha
Version:
Angular 2 component implementing Google's reCAPTCHA
15 lines (13 loc) • 415 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"src/**/*.js": true,
"src/**/*.js.map": true,
"src/**/*.d.ts": true,
"node_modules/": true,
"typings/": true,
"*.log/": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}