{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "../../../tsconfig.base.json", "compilerOptions": { "outDir": "dist/es/", }, "include": [ "./src/**/*.ts" ], }