UNPKG

timpla

Version:

An optimal website development experience.

14 lines (11 loc) 334 B
// @ts-check - this is harmless, vscode might just make your life easier! const { configure } = require('./lib/public') module.exports = configure({ javascripts: { entry: ({ resolve: r }) => ({ 'js-index': r('./js-index.jsx'), 'ts-index': r('./ts-index.tsx'), 'ts-error': r('./ts-error.ts'), }), }, })