Fetch the repository succeeded.
module.exports = function() {
var root = './';
var temp = './.tmp/';
var typings = './src/js/typings/';
var config = {
/**
* File paths
*/
// All typescript settings
ts: {
// all typescript that we want to vet
files: [
'./src/**/*.ts',
],
// all typescript that we want to vet
testFiles: [
'./test/**/*.ts',
],
defs: typings + '**/*.ts',
output: '.tmp',
refs: typings + 'app.d.ts',
appRefs: '.tmp/typings/app-dts/',
transformFn: function (filepath) {
return '/// <reference path="..' + filepath + '" />';
},
tscOptions: {
target: 'ES5',
declarationFiles: true,
noExternalResolve: true,
module: 'commonjs',
noImplicitAny: true,
removeComments: false,
sortOutput: true
},
typings: typings
},
typedocFiles:[
'./**/*.ts',
'!./**/*.d.ts',
'!./WebService.Extra.ts',
'!./Microsoft.Exchange.WebServices.d__.ts',
],
build: './build/',
root: root,
source: 'src/',
temp: temp,
/**
* optimized files
*/
optimized: {
app: 'app.js',
lib: 'lib.js'
},
};
return config;
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。