UNPKG

node-vpn-client

Version:

Controls a instance of OpenVpn Client through the manager interface

26 lines (25 loc) 615 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__/**/*" ] }