convert to typescript

This commit is contained in:
Rich Harris
2018-01-21 16:28:02 -05:00
parent fd0dd4fe58
commit 8bad37205d
18 changed files with 177 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
import { dest, dev, entry } from '../config.js';
import { dest, dev, entry } from '../config';
export default {
dev,