chore(typescript): ship to TypeScript

This commit is contained in:
harttle
2019-02-14 22:33:45 +08:00
parent c8de8bcde2
commit c37b330751
64 changed files with 812 additions and 1621 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import Liquid from '../../src/index.js'
import mock from 'mock-fs'
import chai from 'chai'
import Liquid from '../../src/index'
import * as mock from 'mock-fs'
import * as chai from 'chai'
const expect = chai.expect