now reading tsOptions from tsConfig and supporting declaration file handling

This commit is contained in:
LosslessBot
2016-04-30 11:55:42 +02:00
parent 07d752449e
commit 3d59f6d393
13 changed files with 98 additions and 84 deletions

2
test/assets/test/test.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
/// <reference path="../ts/typings/main.d.ts" />
declare var testplugin: any;