UNPKG

@agatee/cli

Version:

CLI for Agatee App

6 lines (5 loc) 763 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tsConfigCode = void 0; var tsConfigCode = function (appName) { return "\n{\n \"compilerOptions\": {\n \"experimentalDecorators\": true,\n \"emitDecoratorMetadata\": true, \n \"target\": \"es6\",\n \"module\": \"commonjs\",\n \"outDir\": \"./dist\",\n \"strict\": true,\n \"noImplicitAny\": false,\n \"esModuleInterop\": true,\n \"forceConsistentCasingInFileNames\": true,\n \"resolveJsonModule\": true\n },\n \"include\": [\n \"**/*.ts\",\n \"**/*.json\"\n ],\n \"exclude\": [\n \"node_modules\",\n \"agatee.json\",\n \"tsconfig.json\"\n ]\n}"; }; exports.tsConfigCode = tsConfigCode;