{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": ["@tsconfig/strictest", "@tsconfig/node-lts"],
  "compilerOptions": {
    "noEmit": true,
    "allowImportingTsExtensions": true
  }
}
