13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |