mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
19 lines
459 B
JSON
19 lines
459 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "NodeNext",
|
||
|
|
"moduleResolution": "NodeNext",
|
||
|
|
"target": "ES2023",
|
||
|
|
"lib": ["ES2023"],
|
||
|
|
"declaration": true,
|
||
|
|
"strict": true,
|
||
|
|
"strictNullChecks": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"types": ["node"]
|
||
|
|
}
|
||
|
|
}
|