From 3903f5268b33097141f06601a2d0b30b11c52ed6 Mon Sep 17 00:00:00 2001 From: delvedor Date: Wed, 2 Sep 2020 17:28:41 +0200 Subject: [PATCH] Updated tsconfig.json --- dsl/tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dsl/tsconfig.json b/dsl/tsconfig.json index b4615673b..81356424d 100644 --- a/dsl/tsconfig.json +++ b/dsl/tsconfig.json @@ -10,8 +10,7 @@ "experimentalDecorators": true, "sourceMap": true, "emitDecoratorMetadata": true, - "strictNullChecks": true, - "strictPropertyInitialization": true, + "strict": true, "esModuleInterop": true, "removeComments": true, "noUnusedLocals": true, @@ -19,10 +18,6 @@ "esnext" ] }, - "formatCodeOptions": { - "identSize": 2, - "tabSize": 2 - }, "exclude": ["examples"], "include": ["./src/*.ts"] }