UNPKG

@cloudbase/adapter-interface

Version:

cloudbase javascript sdk adapter interface

38 lines 823 B
{ "compileOnSave": true, "compilerOptions": { "allowJs": false, "allowUnreachableCode": false, "allowUnusedLabels": false, "charset": "utf8", "declaration": true, "experimentalDecorators": false, "emitDecoratorMetadata": false, "importHelpers": false, "module": "commonjs", "noEmitOnError": false, "noFallthroughCasesInSwitch": true, "noImplicitAny": false, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist/cmjs", "pretty": true, "removeComments": true, "stripInternal": true, "skipDefaultLibCheck": true, "skipLibCheck": true, "moduleResolution": "node", "target": "es5", "lib": [ "es2015", "es6", "dom" ] }, "include": [ "src/**/*" ], "exclude": [ "node_modules" ] }