formhero/tsconfig.json

13 lines
223 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"jsx": "react",
"outDir": "./dist",
"declaration": true,
"strict": true
},
"include": ["./lib"]
}