14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"types": ["node"],
|
|
"outDir": "out"
|
|
}
|
|
}
|