remove typings-global

This commit is contained in:
2018-02-16 23:12:14 +01:00
parent fe73e8edf7
commit 24b890956e
15 changed files with 5 additions and 24 deletions
-2
View File
@@ -1,5 +1,3 @@
import 'typings-global'
import * as plugins from './smartfile.plugins'
import * as SmartfileFs from './smartfile.fs'
import * as SmartfileInterpreter from './smartfile.interpreter'
-2
View File
@@ -1,5 +1,3 @@
import 'typings-global'
import plugins = require('./smartfile.plugins')
import SmartfileInterpreter = require('./smartfile.interpreter')
-2
View File
@@ -1,5 +1,3 @@
import 'typings-global'
import plugins = require('./smartfile.plugins')
export let filetype = (pathArg: string): string => {
-2
View File
@@ -1,5 +1,3 @@
import 'typings-global'
import plugins = require('./smartfile.plugins')
import { Smartfile } from './smartfile.classes.smartfile'
import * as smartfileFs from './smartfile.fs'
-1
View File
@@ -1,4 +1,3 @@
import 'typings-global'
import plugins = require('./smartfile.plugins')
import SmartfileInterpreter = require('./smartfile.interpreter')