@eyedea-sockets/user-invitation
Version:
Syncano Socket for managing inviting user to the resource
24 lines (23 loc) • 407 B
JSON
{
"compilerOptions": {
"types": [
"node"
],
"noUnusedParameters": true,
"noUnusedLocals": true,
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": false,
"module": "esnext",
"lib": [
"es6",
"dom",
"es2017"
],
"moduleResolution": "node",
"target": "esnext",
"typeRoots": [
"node_modules/@types"
]
}
}