##// END OF EJS Templates
Changed build script to include local typings to compilation task
cin -
r50:346ba910a542 v1.0.5 default
parent child
Show More
@@ -31,13 +31,16 typescript {
31 31 }
32 32
33 33 configureTsMain {
34 sourceFiles {
35 from sources.main.typings
36 }
34 37 compilerOptions {
35 //baseUrl = "$projectDir/src"
38 // baseUrl = "$projectDir/src"
36 39 /*paths = [
37 40 "dojo/*" : [ "typings/dojo/*" ],
38 41 "dijit/*" : [ "typings/dijit/*" ]
39 42 ]*/
40 types = ["requirejs", "dojo-typings", "$projectDir/src/main/typings"]
43 types = ["requirejs", "dojo-typings"]
41 44 }
42 45 }
43 46
General Comments 0
You need to be logged in to leave comments. Login now