kill-the-newsletter/tsconfig.json

13 lines
215 B
JSON
Raw Normal View History

2020-03-18 03:19:05 +01:00
{
"compilerOptions": {
"target": "ESNEXT",
"module": "commonjs",
"jsx": "react",
"sourceMap": true,
"rootDir": "src",
"outDir": "lib",
"strict": true,
"esModuleInterop": true
}
}