kill-the-newsletter/tsconfig.json

10 lines
152 B
JSON

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