Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add tsconfig.json to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Sep 14, 2015
1 parent 47962d5 commit 30ba5df
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 10 deletions.
6 changes: 6 additions & 0 deletions amd/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "amd",
"sourceMap": true
}
}
5 changes: 1 addition & 4 deletions angular2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
"experimentalDecorators": true,
"module": "AMD",
"target": "es5"
},
"files": [
"todo.ts"
]
}
}
7 changes: 1 addition & 6 deletions browserify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@
"compilerOptions": {
"module": "CommonJS",
"target": "es5"
},
"files": [
"src/node.d.ts",
"src/timeReporter.ts",
"src/app.ts"
]
}
}
5 changes: 5 additions & 0 deletions d3/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"sourceMap": true
}
}
5 changes: 5 additions & 0 deletions greeter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"sourceMap": true
}
}
6 changes: 6 additions & 0 deletions imageboard/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"sourceMap": true
}
}
5 changes: 5 additions & 0 deletions interfaces/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"sourceMap": true
}
}
6 changes: 6 additions & 0 deletions jquery/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"sourceMap": true
}
}
6 changes: 6 additions & 0 deletions jspm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "system",
"sourceMap": true
}
}
6 changes: 6 additions & 0 deletions mankala/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"sourceMap": true,
"outFile": "game.js"
}
}
6 changes: 6 additions & 0 deletions node/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"sourceMap": true
}
}
5 changes: 5 additions & 0 deletions raytracer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"sourceMap": true
}
}
5 changes: 5 additions & 0 deletions simple/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"sourceMap": true
}
}
6 changes: 6 additions & 0 deletions systemjs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"module": "system",
"sourceMap": true
}
}
5 changes: 5 additions & 0 deletions todomvc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"sourceMap": true
}
}
6 changes: 6 additions & 0 deletions warship/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"sourceMap": true
}
}

0 comments on commit 30ba5df

Please sign in to comment.