UNPKG
@carto/ps-style-guide
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
1.0.0-canary.5
1.0.0-canary.4
1.0.0-canary.3
1.0.0-canary.2
1.0.0-canary.1
1.0.0-canary.0
CARTO's engineering style guide for Professional Services
@carto/ps-style-guide
/
src
/
typescript
/
react.json
10 lines
(9 loc)
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"React"
,
"extends"
:
"./library.json"
,
"compilerOptions"
: {
"lib"
: [
"DOM"
,
"DOM.Iterable"
,
"ES2024"
],
"jsx"
:
"react-jsx"
} }