25 lines
511 B
JSON
25 lines
511 B
JSON
|
|
{
|
||
|
|
"$schema": "https://www.schemastore.org/tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": [
|
||
|
|
"es2024",
|
||
|
|
"ESNext.Array",
|
||
|
|
"ESNext.Collection",
|
||
|
|
"ESNext.Iterator",
|
||
|
|
"ESNext.Promise"
|
||
|
|
],
|
||
|
|
"module": "preserve",
|
||
|
|
"target": "es2024",
|
||
|
|
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
|
||
|
|
"rewriteRelativeImportExtensions": true,
|
||
|
|
"erasableSyntaxOnly": true,
|
||
|
|
"verbatimModuleSyntax": true
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|