readded test.ts to default build process

This commit is contained in:
2016-02-09 20:36:31 +01:00
parent 1ada5dd5a9
commit 27f79b4425
7 changed files with 11 additions and 5 deletions

View File

@ -11,7 +11,8 @@ module NpmtsOptions {
"./ts/"
];
config.ts = {
["./ts/index.ts"]: "./index.js"
["./ts/index.ts"]: "./index.js",
["./ts/test.ts"]: "./test/test.js"
};
config.test = ["./index.js"];
done.resolve(config);