diff --git a/tsconfig.json b/tsconfig.json index fa2c4df..0e1c1c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,14 @@ "isolatedModules": true, "strictNullChecks": true, "esModuleInterop": true, - "lib": ["DOM", "ES5", "ES6", "ES7"] - }, - "include": ["**/*.ts"] -} + "lib": [ + "DOM", + "ES5", + "ES6", + "ES7" + ] + }, + "include": [ + "**/*.ts" + ] +} \ No newline at end of file