diff --git a/ASP.MVC Angular/ASP.MVC Angular/tsconfig.json b/ASP.MVC Angular/ASP.MVC Angular/tsconfig.json
new file mode 100644
index 0000000..7459e70
--- /dev/null
+++ b/ASP.MVC Angular/ASP.MVC Angular/tsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "es2015",
+ "moduleResolution": "node",
+ "sourceMap": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "lib": [ "es2015", "dom" ],
+ "noImplicitAny": true,
+ "suppressImplicitAnyIndexErrors": true,
+ "typeRoots": [
+ "node_modules/@types/"
+ ]
+ },
+ "exclude": [
+ "node_modules"
+ ]
+}
\ No newline at end of file