Skip to content

Commit

Permalink
Update README with new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Codesleuth committed Sep 12, 2015
1 parent 5d6f9df commit fe2ab8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,27 @@ The project currently provides the following features:

### Project Structure
```
.settings/
.vscode/
launch.json # Defines launch tasks for debugging etc.
tasks.json # Defines tasks available e.g. build & test
custom_typings/ # Place your custom typings within this directory
tsd.d.ts # Custom typings should be added to this file, e.g.:
# /// <reference path="mymodule.d.ts" />
src/ # The root of all TypeScript source code
lib/
mymodule.ts # A sample module
test/
app.test.ts # A sample test
_ref.d.ts # The root type definition file.
# Reference this in all your TypeScript files.
app.ts # The main entry point for the project.
tsconfig.json # TypeScript compilation settings
package.json
README.md
tsd.json # TypeScript package definition file for tsd
Expand Down

0 comments on commit fe2ab8c

Please sign in to comment.