kill-the-newsletter/tsconfig.json

17 lines
263 B
JSON

{
"compilerOptions": {
"rootDir": "source",
"outDir": "distribution",
"target": "ES2019",
"module": "commonjs",
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true
}
}