{
    "extends": "./tsconfig.build.json",
    "compilerOptions": {
        "target": "ES2020" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
        "module": "ES2020" /* Specify what module code is generated. */,
        "moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
        "declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
        "emitDeclarationOnly": true /* Only output d.ts files and not JavaScript files. */
    },
    "exclude": ["node_modules", "eslint.config.*", "jest.config.*", "webpack.config.*", "**/*spec.*", "lib", "report", "res", "script", "test", "src/lib.es2015.ts"]
}
