@ainc/script
Version:
Script compiler for typescript
23 lines • 768 B
JavaScript
/**
*****************************************
* Created by edonet@163.com
* Created on 2022-01-01 18:17:12
*****************************************
*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.compilerOptions = exports.tsconfig = void 0;
/**
*****************************************
* 加载依赖
*****************************************
*/
const jsonc_1 = require("@ainc/fs/dist/jsonc");
/**
*****************************************
* 解析配置文件
*****************************************
*/
exports.tsconfig = (0, jsonc_1.jsonc)('./tsconfig.json') || (0, jsonc_1.jsonc)('./jsconfig.json') || {};
exports.compilerOptions = exports.tsconfig.compilerOptions || {};
//# sourceMappingURL=tsconfig.js.map