{ // Used for building with tsc "extends": "./tsconfig.json", "references": [ { "path": "../backend-core/tsconfig.build.json" }, { "path": "../types" } ], "exclude": [ "node_modules", "**/*.json", "**/*.spec.js", "**/*.spec.ts" ] }