File tree Expand file tree Collapse file tree 2 files changed +64
-1
lines changed
Expand file tree Collapse file tree 2 files changed +64
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3+ "project" : {
4+ "name" : " ej2-angular4-multiselect"
5+ },
6+ "apps" : [
7+ {
8+ "root" : " src" ,
9+ "outDir" : " dist" ,
10+ "assets" : [
11+ " assets" ,
12+ " favicon.ico"
13+ ],
14+ "index" : " index.html" ,
15+ "main" : " main.ts" ,
16+ "polyfills" : " polyfills.ts" ,
17+ "test" : " test.ts" ,
18+ "tsconfig" : " tsconfig.app.json" ,
19+ "testTsconfig" : " tsconfig.spec.json" ,
20+ "prefix" : " app" ,
21+ "styles" : [
22+ " styles.css"
23+ ],
24+ "scripts" : [],
25+ "environmentSource" : " environments/environment.ts" ,
26+ "environments" : {
27+ "dev" : " environments/environment.ts" ,
28+ "prod" : " environments/environment.prod.ts"
29+ }
30+ }
31+ ],
32+ "e2e" : {
33+ "protractor" : {
34+ "config" : " ./protractor.conf.js"
35+ }
36+ },
37+ "lint" : [
38+ {
39+ "project" : " src/tsconfig.app.json" ,
40+ "exclude" : " **/node_modules/**"
41+ },
42+ {
43+ "project" : " src/tsconfig.spec.json" ,
44+ "exclude" : " **/node_modules/**"
45+ },
46+ {
47+ "project" : " e2e/tsconfig.e2e.json" ,
48+ "exclude" : " **/node_modules/**"
49+ }
50+ ],
51+ "test" : {
52+ "karma" : {
53+ "config" : " ./karma.conf.js"
54+ }
55+ },
56+ "defaults" : {
57+ "styleExt" : " css" ,
58+ "component" : {}
59+ }
60+ }
Original file line number Diff line number Diff line change 3030/coverage
3131/libpeerconnection.log
3232npm-debug.log
33- yarn-error.log
3433testem.log
3534/typings
3635
36+ # e2e
37+ /e2e /* .js
38+ /e2e /* .map
39+
3740# System Files
3841.DS_Store
3942Thumbs.db
You can’t perform that action at this time.
0 commit comments