kill-the-newsletter/tsconfig.json

9 lines
129 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"strict": true,
"esModuleInterop": true
}
}