formhero/tsconfig.json

13 lines
223 B
JSON
Raw Normal View History

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