mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 13:50:39 +00:00
remove synthetic imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React, { useEffect, useState } from 'react'
|
||||
import * as React from 'react'
|
||||
import { useEffect, useState } from 'react'
|
||||
|
||||
export type FieldOptions<G extends string = 'onChange', S extends string = 'value'> = {
|
||||
extractor?: useFormExtractor
|
||||
|
@@ -6,8 +6,7 @@
|
||||
"jsx": "react",
|
||||
"outDir": "./dist",
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
"strict": true
|
||||
},
|
||||
"include": ["./lib"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user