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 55 "typescript" : " 3.5.1"
66 },
77 "scripts" : {
8- "build" : " tsc --project tsconfig.json && rollup -c " ,
8+ "build" : " tsc --project tsconfig.json" ,
99 "check" : " tsc --noEmit --project . && tslint --project ." ,
1010 "lint" : " tslint --project ." ,
1111 "lint-fix" : " tslint --project . --fix"
1212 },
1313 "devDependencies" : {
1414 "@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" ,
1815 "tslint" : " ^5.9.1"
1916 }
2017}
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'];
33if ( overridePath != null ) {
44 module . exports = require ( overridePath ) ;
55} else {
6- // Unlike the above, this require() call will be rewritten by rollup.
76 module . exports = require ( 'typescript' ) ;
87}
You can’t perform that action at this time.
0 commit comments