MY QUALITY - First iteration

This commit is contained in:
2026-06-11 15:43:35 +01:00
parent 4f8996712e
commit 1fdb9536fa
31 changed files with 1965 additions and 98 deletions
+1
View File
@@ -18,6 +18,7 @@
},
"devDependencies": {
"@repo/config": "workspace:*",
"@types/node": "22.19.19",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
}
+6 -3
View File
@@ -1,6 +1,9 @@
{
"extends": "@repo/config/tsconfig/library.json",
"extends": "@repo/config/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
}
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler"
},
"include": ["src/**/*.ts"]
}