mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-21 23:56:24 +00:00
remove synthetic imports
This commit is contained in:
parent
80c114679b
commit
82cc6b8c70
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user