UNPKG

node-sp-auth

Version:

Unattended SharePoint http authentication with nodejs

28 lines (27 loc) 500 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "sourceMap": true, "declaration": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "noImplicitAny": true, "removeComments": true, "skipLibCheck": true, "outDir": "./lib", "lib": [ "es2015", "dom" ], "types": [ "mocha", "node", "chai" ] }, "include": [ "src/**/*.ts", "test/**/*.ts" ] }