UNPKG

@m3ntorship/pickly-protector

Version:

oAuth2 protector for pickly services based on firebase authentication

26 lines (25 loc) 590 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "allowJs": true, "importHelpers": true, "jsx": "react", "alwaysStrict": true, "sourceMap": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false }, "include": [ "src/**/*", "__tests__/**/*" ] }