jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/tsconfig.base.json
language: JSON
297 Bytes / 14 lines / 13 loc
History
View raw
{
  "compilerOptions": {
    "target": "ES2023",
    "module": "preserve",
    "strict": true,

    "allowImportingTsExtensions": true,
    "erasableSyntaxOnly": true,
    "noEmit": true,
    "noImplicitOverride": true,
    "noUncheckedIndexedAccess": true,
    "verbatimModuleSyntax": true
  }
}