kill-the-newsletter/tsconfig.json

20 lines
368 B
JSON

{
"compilerOptions": {
"rootDir": "./source/",
"outDir": "./build/",
"module": "ESNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"target": "ESNext",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true
}
}