From 30ba5dff786a70b607100e152282f6f4d4c4a144 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Sun, 13 Sep 2015 21:59:02 -0700 Subject: [PATCH] Add tsconfig.json to samples --- amd/tsconfig.json | 6 ++++++ angular2/tsconfig.json | 5 +---- browserify/tsconfig.json | 7 +------ d3/tsconfig.json | 5 +++++ greeter/tsconfig.json | 5 +++++ imageboard/tsconfig.json | 6 ++++++ interfaces/tsconfig.json | 5 +++++ jquery/tsconfig.json | 6 ++++++ jspm/tsconfig.json | 6 ++++++ mankala/tsconfig.json | 6 ++++++ node/tsconfig.json | 6 ++++++ raytracer/tsconfig.json | 5 +++++ simple/tsconfig.json | 5 +++++ systemjs/tsconfig.json | 6 ++++++ todomvc/tsconfig.json | 5 +++++ warship/tsconfig.json | 6 ++++++ 16 files changed, 80 insertions(+), 10 deletions(-) create mode 100644 amd/tsconfig.json create mode 100644 d3/tsconfig.json create mode 100644 greeter/tsconfig.json create mode 100644 imageboard/tsconfig.json create mode 100644 interfaces/tsconfig.json create mode 100644 jquery/tsconfig.json create mode 100644 jspm/tsconfig.json create mode 100644 mankala/tsconfig.json create mode 100644 node/tsconfig.json create mode 100644 raytracer/tsconfig.json create mode 100644 simple/tsconfig.json create mode 100644 systemjs/tsconfig.json create mode 100644 todomvc/tsconfig.json create mode 100644 warship/tsconfig.json diff --git a/amd/tsconfig.json b/amd/tsconfig.json new file mode 100644 index 0000000..b3631bd --- /dev/null +++ b/amd/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "amd", + "sourceMap": true + } +} \ No newline at end of file diff --git a/angular2/tsconfig.json b/angular2/tsconfig.json index 3e9b16b..0738d32 100644 --- a/angular2/tsconfig.json +++ b/angular2/tsconfig.json @@ -4,8 +4,5 @@ "experimentalDecorators": true, "module": "AMD", "target": "es5" - }, - "files": [ - "todo.ts" - ] + } } \ No newline at end of file diff --git a/browserify/tsconfig.json b/browserify/tsconfig.json index 2a07991..6a22f00 100644 --- a/browserify/tsconfig.json +++ b/browserify/tsconfig.json @@ -2,10 +2,5 @@ "compilerOptions": { "module": "CommonJS", "target": "es5" - }, - "files": [ - "src/node.d.ts", - "src/timeReporter.ts", - "src/app.ts" - ] + } } \ No newline at end of file diff --git a/d3/tsconfig.json b/d3/tsconfig.json new file mode 100644 index 0000000..8036243 --- /dev/null +++ b/d3/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "sourceMap": true + } +} \ No newline at end of file diff --git a/greeter/tsconfig.json b/greeter/tsconfig.json new file mode 100644 index 0000000..8036243 --- /dev/null +++ b/greeter/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "sourceMap": true + } +} \ No newline at end of file diff --git a/imageboard/tsconfig.json b/imageboard/tsconfig.json new file mode 100644 index 0000000..4e704bf --- /dev/null +++ b/imageboard/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "commonjs", + "sourceMap": true + } +} \ No newline at end of file diff --git a/interfaces/tsconfig.json b/interfaces/tsconfig.json new file mode 100644 index 0000000..8036243 --- /dev/null +++ b/interfaces/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "sourceMap": true + } +} \ No newline at end of file diff --git a/jquery/tsconfig.json b/jquery/tsconfig.json new file mode 100644 index 0000000..7b0924e --- /dev/null +++ b/jquery/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "target": "es5", + "sourceMap": true + } +} \ No newline at end of file diff --git a/jspm/tsconfig.json b/jspm/tsconfig.json new file mode 100644 index 0000000..a0864b6 --- /dev/null +++ b/jspm/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "system", + "sourceMap": true + } +} \ No newline at end of file diff --git a/mankala/tsconfig.json b/mankala/tsconfig.json new file mode 100644 index 0000000..1295238 --- /dev/null +++ b/mankala/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "sourceMap": true, + "outFile": "game.js" + } +} \ No newline at end of file diff --git a/node/tsconfig.json b/node/tsconfig.json new file mode 100644 index 0000000..f955121 --- /dev/null +++ b/node/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "commonjs", + "sourceMap": true + } +} \ No newline at end of file diff --git a/raytracer/tsconfig.json b/raytracer/tsconfig.json new file mode 100644 index 0000000..8036243 --- /dev/null +++ b/raytracer/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "sourceMap": true + } +} \ No newline at end of file diff --git a/simple/tsconfig.json b/simple/tsconfig.json new file mode 100644 index 0000000..8036243 --- /dev/null +++ b/simple/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "sourceMap": true + } +} \ No newline at end of file diff --git a/systemjs/tsconfig.json b/systemjs/tsconfig.json new file mode 100644 index 0000000..12d911f --- /dev/null +++ b/systemjs/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "system", + "sourceMap": true + } +} \ No newline at end of file diff --git a/todomvc/tsconfig.json b/todomvc/tsconfig.json new file mode 100644 index 0000000..8036243 --- /dev/null +++ b/todomvc/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "sourceMap": true + } +} \ No newline at end of file diff --git a/warship/tsconfig.json b/warship/tsconfig.json new file mode 100644 index 0000000..7b0924e --- /dev/null +++ b/warship/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "target": "es5", + "sourceMap": true + } +} \ No newline at end of file