UNPKG

@macalinao/tsconfig

Version:

Common TypeScript configuration.

8 lines (7 loc) 174 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": ["./tsconfig.base.json"], "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ES2024"] } }