This repository has been archived on 2026-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_2025/packages/rdx-core/tsconfig.json

13 lines
291 B
JSON
Raw Normal View History

{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"types": ["node"]
},
"files": ["src/index.ts"],
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist", "**/*/__tests__"]
}