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
/
library.json
11 lines
(10 loc)
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"Node"
,
"extends"
:
"./_base.json"
,
"compilerOptions"
: {
"module"
:
"preserve"
,
"moduleResolution"
:
"Bundler"
,
"noEmit"
:
true
} }