mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 08:06: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'> = {
|
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"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user