formhero/tsconfig.json

13 lines
223 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,
2023-01-31 00:30:31 +00:00
"strict": true
2023-01-31 00:26:27 +00:00
},
"include": ["./lib"]
}