UNPKG
findstate-cli
Version:
latest (1.0.0)
1.0.0
A CLI for querying data optimized for Real Estate
findstate-cli
/
tsconfig.json
14 lines
(13 loc)
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"NodeNext"
,
"target"
:
"ES2020"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"noEmit"
:
true
,
"allowImportingTsExtensions"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
]
}