# TYPESCRIPT_LANGUAGE_OPTIONS

`variable` in `eslint-config` · v1.4.3-next.0

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

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