File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
generators/client/templates/angular Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 109
109
<%_ } _%>
110
110
"tslint" : " 5.5.0" ,
111
111
"tslint-loader" : " 3.5.3" ,
112
- "typescript" : " 2.3.4 " ,
112
+ "typescript" : " 2.4.1 " ,
113
113
<%_ if (useSass) { _%>
114
114
"sass-loader" : " 6.0.6" ,
115
115
"node-sass" : " 4.5.3" ,
133
133
"node" : " >=6.9.0"
134
134
},
135
135
"scripts" : {
136
- "lint" : " tslint '<%= MAIN_SRC_DIR%>app/**/*.ts' '<%= TEST_SRC_DIR%>**/*.ts '" ,
137
- "lint:fix" : " tslint ' <%= MAIN_SRC_DIR%>app/**/*.ts' '<%= TEST_SRC_DIR%>**/*.ts' --fix" ,
136
+ "lint" : " tslint --type-check --project './tsconfig.json' -e 'node_modules/** '" ,
137
+ "lint:fix" : " <%= clientPackageManager %> run lint -- --fix" ,
138
138
"ngc" : " ngc -p tsconfig-aot.json" ,
139
139
"cleanup" : " rimraf <%= BUILD_DIR %>{aot,www}" ,
140
140
"start" : " <%= clientPackageManager %> run webpack:dev" ,
147
147
"webpack-dev-server" : " node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js" ,
148
148
"webpack" : " node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js" ,
149
149
"test" : " karma start src/test/javascript/karma.conf.js" ,
150
- "test:watch" : " karma start src/ test/javascript/karma.conf.js --watch" ,
150
+ "test:watch" : " <%= clientPackageManager %> test -- --watch" ,
151
151
<%_ if (protractorTests) { _%>
152
152
"e2e" : " protractor <%= TEST_SRC_DIR %>protractor.conf.js" ,
153
153
"postinstall" : " webdriver-manager update && node node_modules/phantomjs-prebuilt/install.js"
Original file line number Diff line number Diff line change 26
26
"experimentalDecorators" : true ,
27
27
"removeComments" : false ,
28
28
"noImplicitAny" : false ,
29
+ "skipLibCheck" : true ,
29
30
"suppressImplicitAnyIndexErrors" : true ,
30
31
"outDir" : " <%= DIST_DIR %>app" ,
31
32
"lib" : [" es6" , " dom" ],
You can’t perform that action at this time.
0 commit comments