Skip to content

Commit

Permalink
Add support for environment feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fleboulch committed Oct 2, 2018
1 parent bbd9118 commit a35baf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ionic-angular/base/src/declarations.d.ts
@@ -0,0 +1 @@
declare var process: { env: { [key: string]: string | undefined; } };
3 changes: 2 additions & 1 deletion ionic-angular/base/tsconfig.json
Expand Up @@ -11,7 +11,8 @@
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5"
"target": "es5",
"types": []
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit a35baf3

Please sign in to comment.