2016-01-07 16:50:59 +08:00

16 lines
274 B
TypeScript

/// <reference path="../../../typings/thinkjs/think.d.ts" />
'use strict';
/**
* template config
*/
export default {
type: 'ejs',
content_type: 'text/html',
file_ext: '.html',
file_depr: '_',
root_path: think.ROOT_PATH + '/view',
adapter: {
ejs: {}
}
};