# TYPESCRIPT_LANGUAGE_OPTIONS

`variable` in `eslint-config` · v1.5.0-next.4

<https://docs.seedcord.org/packages/eslint-config/1.5.0-next.4/variables/typescript-language-options>

```ts
const TYPESCRIPT_LANGUAGE_OPTIONS: {
    sourceType: "module";
    ecmaVersion: "latest";
};
```
