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"] }