mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 16:16:24 +00:00
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"strict": true
|
|
},
|
|
"include": ["./lib"]
|
|
}
|