UNPKG
react-google-geocoding
Version:
latest (0.2.8)
1.0.0
0.2.8
0.2.7
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
A lightweight wrapper around Google Places Autocomplete and Directions APIs.
react-google-geocoding
/
tsconfig.json
15 lines
(14 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"ESNext"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"jsx"
:
"react"
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"Node"
}
,
"include"
:
[
"src/**/*.ts"
,
"src/**/*.tsx"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}