blob: 432d3c35380de7f7a5220f7be3d269c8130968bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"strict": true,
"moduleResolution": "Node16",
"target": "ES2022",
"module": "Node16",
"esModuleInterop": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"stripInternal": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}
|