11 lines
230 B
JSON
11 lines
230 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"extends": "./tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2024",
|
||
|
|
"lib": ["ES2024"],
|
||
|
|
"module": "NodeNext",
|
||
|
|
"moduleResolution": "NodeNext"
|
||
|
|
}
|
||
|
|
}
|