UNPKG
react-fbq
Version:
latest (2.0.0)
2.0.0
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
Package to add React Pixel Code in your project
github.com/marcosmss/react-fbq
marcosmss/react-fbq
react-fbq
/
tsconfig.json
16 lines
(15 loc)
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"declaration"
:
true
,
"declarationDir"
:
"dist"
,
"esModuleInterop"
:
true
,
"jsx"
:
"react"
,
"lib"
:
[
"dom"
,
"esnext"
]
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"dist"
,
"sourceMap"
:
true
,
"target"
:
"es5"
}
,
"include"
:
[
"src"
]
}