23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/tsconfig",
|
|
"_version": "24.0.0",
|
|
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2024",
|
|
"ESNext.Array",
|
|
"ESNext.Collection",
|
|
"ESNext.Error",
|
|
"ESNext.Iterator",
|
|
"ESNext.Promise"
|
|
],
|
|
"module": "nodenext",
|
|
"target": "es2024",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node16"
|
|
}
|
|
}
|