{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "declarationDir": "build-types" }, "references": [ { "path": "../i18n" }, { "path": "../url" } ], "include": [ "src/**/*" ], "exclude": [ "**/test/**/*" ] }