Neovici/cosmoz-autocomplete

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "noEmit": true,
    "module": "esnext",
    "moduleResolution": "bundler",
    "strict": true,
    "target": "esnext",
    "allowJs": true,
    "types": [
      "node",
      "mocha"
    ]
  }
}