Compare commits
2 commits
a2b6ebd7cf
...
8069a225d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8069a225d6 | ||
|
|
0781755d0e |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.angular/
|
||||||
|
dist/
|
||||||
|
node_modules/
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
"browser": "src/main.ts",
|
"browser": "src/main.ts",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"tsConfig": "tsconfig.app.json"
|
"tsConfig": "tsconfig.app.json"
|
||||||
|
},
|
||||||
|
"configurations": {
|
||||||
|
"ci": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue