kill-the-newsletter/tsconfig.json

17 lines
251 B
JSON

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