UNPKG

@boostercloud/cli

Version:

CLI of the Booster Framework, the next level of abstraction for cloud-native applications

26 lines (25 loc) 690 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.template = void 0; exports.template = `{ "compilerOptions": { "declaration": true, "outDir": "./dist", "rootDir": "./src", "importHelpers": true, "module": "commonjs", "strict": true, "skipLibCheck": true, "target": "es2017", "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "plugins": [{ "transform": "@boostercloud/metadata-booster" }] }, "include": ["src/**/*"] } `;