24 lines
597 B
JSON
24 lines
597 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": false,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"lib": ["ES2022"],
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"newLine": "lf",
|
||
|
"noImplicitAny": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": false,
|
||
|
"pretty": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"strictNullChecks": true,
|
||
|
"target": "ES2022"
|
||
|
}
|
||
|
}
|