mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 22:00: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'> = {
|
export type FieldOptions<G extends string = 'onChange', S extends string = 'value'> = {
|
||||||
extractor?: useFormExtractor
|
extractor?: useFormExtractor
|
||||||
|
@@ -6,8 +6,7 @@
|
|||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"strict": true,
|
"strict": true
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
},
|
},
|
||||||
"include": ["./lib"]
|
"include": ["./lib"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user