kill-the-newsletter/tsconfig.json

17 lines
251 B
JSON
Raw Normal View History

2020-03-18 03:19:05 +01:00
{
"compilerOptions": {
2021-03-09 23:04:05 +01:00
"rootDir": "src",
"outDir": "lib",
2020-03-21 17:01:55 +01:00
"target": "ES2019",
2020-03-18 03:19:05 +01:00
"module": "commonjs",
2021-03-09 23:04:05 +01:00
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true
2020-03-18 03:19:05 +01:00
}
}