This commit is contained in:
2017-10-26 15:08:34 +02:00
commit f2699f022a
9 changed files with 135 additions and 0 deletions

3
ts/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import * as plugins from './smartrx.plugins'
export let standardExport = 'Hi there! :) This is a exported string'

1
ts/smartrx.plugins.ts Normal file
View File

@@ -0,0 +1 @@
import 'typings-global'