UNPKG

tsconfig-moon

Version:

Strict tsconfig.json's for modern projects.

11 lines (10 loc) 168 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "lib": [ "dom" ], "jsx": "react" } }