Skip to content

Commit

Permalink
experimenting with tsd.json
Browse files Browse the repository at this point in the history
  • Loading branch information
capoli committed Sep 19, 2015
1 parent debd121 commit 6e9c9ba
Show file tree
Hide file tree
Showing 9 changed files with 13,060 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Prerequisites:
- install typescript: npm install -g typescript
- install tsd package manager: npm install -g tsd
- install a node static server (for this project specific): npm install -g live-server
*** for more information about tsd: https://github.com/DefinitelyTyped/tsd

To be able to run the application:
- mkdir <dir> & cd <dir>
Expand Down
1 change: 1 addition & 0 deletions src/js/app.js

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

1 change: 1 addition & 0 deletions src/js/app.js.map

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

5 changes: 3 additions & 2 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"mapRoot":"js",
"sourceRoot":"ts",
"outDir":"js",
"rootDir":"ts",
"sourceMap":false,
"removeComments":true
}
}
Loading

0 comments on commit 6e9c9ba

Please sign in to comment.