now using typings that resolve with modules

This commit is contained in:
2016-05-23 08:15:47 +02:00
parent 66e9d29667
commit 2599753877
32 changed files with 45 additions and 34 deletions

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/index.d.ts" />
import "typings-global";
import plugins = require("./smartfile.plugins");
import SmartfileInterpreter = require("./smartfile.interpreter");