react-viewer/getTSCommonConfig.js
2016-10-15 16:57:30 +08:00

12 lines
198 B
JavaScript

'use strict';
module.exports = function () {
return {
target: 'es6',
jsx: 'preserve',
moduleResolution: 'node',
declaration: true,
allowSyntheticDefaultImports: true,
};
};