formhero/tsconfig.json

14 lines
265 B
JSON
Raw Normal View History

2019-09-26 19:13:27 +00:00
{
2023-01-31 00:26:27 +00:00
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"jsx": "react",
"outDir": "./dist",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true
},
"include": ["./lib"]
}