UNPKG

signup-login-module-with-authorizedotnet-gateway

Version:
22 lines (19 loc) 476 B
{ "editor.rulers": [80], "editor.tabCompletion": true, "editor.tabSize": 2, "editor.trimAutoWhitespace": true, "editor.formatOnSave": true, "files.exclude": { "**/.DS_Store": true, "**/.git": true, "**/.hg": true, "**/.svn": true, "**/CVS": true, "dist*": true, }, "files.insertFinalNewline": true, "files.trimTrailingWhitespace": true, "tslint.ignoreDefinitionFiles": true, "typescript.tsdk": "./node_modules/typescript/lib" }