chore: cleanup and apply requested changes

This commit is contained in:
Ralph Khreish
2025-08-27 23:32:35 +02:00
parent 86d9c4b194
commit 5ed3f2f16b
18 changed files with 165 additions and 231 deletions

View File

@@ -3,6 +3,8 @@
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022"],
"types": ["node"],
"allowJs": true,
"resolveJsonModule": true,
"esModuleInterop": true,
@@ -10,13 +12,7 @@
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"@tm/core": ["packages/tm-core/src/index.ts"],
"@tm/core/*": ["packages/tm-core/src/*"],
"@tm/cli": ["apps/cli/src/index.ts"],
"@tm/cli/*": ["apps/cli/src/*"]
}
"baseUrl": "."
},
"tsx": {
"tsconfig": {