auth0-lock
Version:
Auth0 Lock
22 lines (21 loc) • 496 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"noEmit": true,
"skipLibCheck": true,
"baseUrl": "..",
"paths": {
"auth0-lock": ["types/index.d.ts"]
}
},
"files": [
"index.d.ts",
"auth0-lock-tests.ts"
]
}