git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
{
"compilerOptions": {
"target": "ES2023",
"lib": ["ES2023"],
"module": "Node20",
"skipLibCheck": true,
/* Strictness */
"strict": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["src/**/*.ts"]
}