kill-the-newsletter/tsconfig.json

9 lines
129 B
JSON
Raw Normal View History

2020-03-18 03:19:05 +01:00
{
"compilerOptions": {
2020-03-21 17:01:55 +01:00
"target": "ES2019",
2020-03-18 03:19:05 +01:00
"module": "commonjs",
"strict": true,
"esModuleInterop": true
}
}