terminal-nerds/configs

View on GitHub
packages/utils/tsconfig.json

Summary

Maintainability
Test Coverage
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@terminal-nerds/typescript-config/es-module",
"compilerOptions": {
"incremental": true,
"tsBuildInfoFile": "./node_modules/.cache/tsbuildinfo"
},
"exclude": ["dist/", "node_modules/"],
"include": ["source/", "./tsup.config.ts"]
}