diff --git a/tsconfig.cjs.json b/tsconfig.cjs.json index eada290e8..dbe108d27 100644 --- a/tsconfig.cjs.json +++ b/tsconfig.cjs.json @@ -7,5 +7,8 @@ "declarationMap": false, "sourceMap": false }, - "include": ["ts/client/src", "ts/client/scripts"] -} + "include": [ + "ts/client/src", + "ts/client/scripts" + ] +} \ No newline at end of file diff --git a/tsconfig.esm.json b/tsconfig.esm.json index e34d1724a..8a359da5f 100644 --- a/tsconfig.esm.json +++ b/tsconfig.esm.json @@ -7,4 +7,4 @@ "module": "esnext", "outDir": "./dist/esm" } -} +} \ No newline at end of file