diff --git a/example/tsconfig.json b/example/tsconfig.json index 1e2e4fd..f5abae5 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -13,6 +13,6 @@ "preserveConstEnums": true, "sourceMap": true, "lib": ["es2015", "es2016", "dom"], - "types": ["node"] - } + "types": ["node"], + }, } diff --git a/tsconfig.json b/tsconfig.json index d6b1ccc..344221f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,6 +38,6 @@ // error out if import and file system have a casing mismatch. Recommended by TS "forceConsistentCasingInFileNames": true, // commonly used when type-checking separately with `tsc` - "noEmit": true - } + "noEmit": true, + }, }