10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"moduleResolution": "node",
|
|
"target": "es2022",
|
|
"lib": ["ESNext"],
|
|
"types": ["node"]
|
|
}
|
|
} |