UNPKG

tsx-dom

Version:

A simple way to use tsx syntax to create native dom elements using document.createElement.

13 lines (12 loc) 312 B
{ "extends": ["@lusito/tsconfig/base", "@lusito/tsconfig/tsx-dom", "@lusito/tsconfig/es2021"], "compilerOptions": { "outDir": "./dist", "lib": ["ES2021", "DOM"], "module": "CommonJS", "jsxImportSource": ".", "paths": { "tsx-dom-types": ["../tsx-dom-types/src/index.ts"] } } }