UNPKG
pqry
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
Easier query to pterodactyl panel
pqry
/
tsconfig.json
15 lines
(14 loc)
•
333 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"es2022"
,
"moduleResolution"
:
"node"
,
"declaration"
:
true
,
"declarationDir"
:
"./dist/typings"
,
"sourceMap"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}