File tree Expand file tree Collapse file tree 4 files changed +26
-468
lines changed Expand file tree Collapse file tree 4 files changed +26
-468
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,9 @@ module.exports = function (karma) {
45
45
rules : [
46
46
{
47
47
test : / \. t s $ / ,
48
- loader : "awesome-typescript -loader" ,
48
+ loader : "ts -loader" ,
49
49
options : {
50
- noEmit : true ,
51
- tsconfig : "test/tsconfig.json" ,
52
- configFileName : "test/tsconfig.json" ,
50
+ configFile : "test/tsconfig.json" ,
53
51
}
54
52
}
55
53
]
Original file line number Diff line number Diff line change 50
50
"dependencies" : {
51
51
"@uirouter/core" : " 5.0.13" ,
52
52
"@uirouter/rx" : " 0.4.5" ,
53
+ "ts-loader" : " ^3.2.0" ,
53
54
"tslib" : " ^1.7.1"
54
55
},
55
56
"peerDependencies" : {
69
70
"@types/jasmine" : " ^2.2.34" ,
70
71
"@types/jquery" : " ^3.2.17" ,
71
72
"@uirouter/publish-scripts" : " 2.2.4" ,
72
- "awesome-typescript-loader" : " ^3.1.2" ,
73
73
"babel-core" : " ^6.22.1" ,
74
74
"babel-loader" : " ^7.1.2" ,
75
75
"conventional-changelog" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 16
16
"skipTemplateCodegen" : true ,
17
17
"strictMetadataEmit" : true
18
18
},
19
- "include" : [" ./**/*.ts" ]
19
+ "include" : [" ./**/*.ts" ],
20
+ "exclude" : [" ./ts/**/*" ]
20
21
}
You can’t perform that action at this time.
0 commit comments