factuges_2025/packages/rdx-core/tsconfig.json

13 lines
291 B
JSON
Raw Normal View History

2025-04-27 20:47:47 +00:00
{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
2025-04-28 09:54:29 +00:00
"sourceMap": true,
2025-04-27 20:47:47 +00:00
"outDir": "./dist",
"rootDir": "./src",
2025-04-30 18:26:39 +00:00
"types": ["node"]
2025-04-27 20:47:47 +00:00
},
"files": ["src/index.ts"],
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist", "**/*/__tests__"]
}