kill-the-newsletter/tsconfig.json

12 lines
195 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"sourceMap": true,
"rootDir": "src",
"outDir": "lib",
"strict": true,
"esModuleInterop": true
}
}