UNPKG
looker-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
The SDK for Looker's Core API for Node.js.
looker-sdk
/
tsconfig.json
13 lines
(12 loc)
•
228 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"noImplicitAny"
:
false
,
"strictNullChecks"
:
false
}
}