Skip to content

Commit

Permalink
Adding production files
Browse files Browse the repository at this point in the history
  • Loading branch information
gnock committed May 11, 2018
1 parent 0e542ed commit f34885c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea/
*.iml
package-lock.json
node_modules
src/api/cache
src/api/cache-testnet
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "AMD",
"target": "es5",
"lib": ["ES5","DOM", "es2015"],
"sourceMap": false,
"moduleResolution": "node",
"strict":true,
"experimentalDecorators": true
}
}

0 comments on commit f34885c

Please sign in to comment.