git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
{
"compilerOptions": {
"target": "ES2023",
"module": "preserve",
"strict": true,
"allowImportingTsExtensions": true,
"erasableSyntaxOnly": true,
"noEmit": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"verbatimModuleSyntax": true
}
}