12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node20",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"strict": false
|
|
}
|
|
}
|