thinkjs/template/config/config.ts
2016-01-07 16:50:59 +08:00

9 lines
128 B
TypeScript

/// <reference path="../../../typings/thinkjs/think.d.ts" />
'use strict';
/**
* config
*/
export default {
//key: value
};