diff --git a/packages/binding-firestore/tsconfig.json b/packages/binding-firestore/tsconfig.json index da7504382..35b460b62 100644 --- a/packages/binding-firestore/tsconfig.json +++ b/packages/binding-firestore/tsconfig.json @@ -5,6 +5,6 @@ "rootDir": "src", "resolveJsonModule": true }, - "include": ["src/**/*","test/**/*"], - "references": [{ "path": "../td-tools" }, { "path": "../core" }], + "include": ["src/**/*", "test/**/*"], + "references": [{ "path": "../td-tools" }, { "path": "../core" }] }