14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|