UNPKG

tsconfig-moon

Version:

Strict tsconfig.json's for modern projects.

12 lines (11 loc) 206 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "lib": [ "dom" ], "jsx": "preserve", "jsxImportSource": "solid-js" } }