mail-connect/tsconfig.json

10 lines
184 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}