File tree Expand file tree Collapse file tree 4 files changed +1
-340
lines changed Expand file tree Collapse file tree 4 files changed +1
-340
lines changed Original file line number Diff line number Diff line change 5
5
"typescript" : " 3.5.1"
6
6
},
7
7
"scripts" : {
8
- "build" : " tsc --project tsconfig.json && rollup -c " ,
8
+ "build" : " tsc --project tsconfig.json" ,
9
9
"check" : " tsc --noEmit --project . && tslint --project ." ,
10
10
"lint" : " tslint --project ." ,
11
11
"lint-fix" : " tslint --project . --fix"
12
12
},
13
13
"devDependencies" : {
14
14
"@types/node" : " ^9.3.0" ,
15
- "rollup" : " ^0.66.6" ,
16
- "rollup-plugin-commonjs" : " ^9.2.0" ,
17
- "rollup-plugin-node-resolve" : " ^3.4.0" ,
18
15
"tslint" : " ^5.9.1"
19
16
}
20
17
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ let overridePath = process.env['SEMMLE_TYPESCRIPT_HOME'];
3
3
if ( overridePath != null ) {
4
4
module . exports = require ( overridePath ) ;
5
5
} else {
6
- // Unlike the above, this require() call will be rewritten by rollup.
7
6
module . exports = require ( 'typescript' ) ;
8
7
}
You can’t perform that action at this time.
0 commit comments