mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-06 00:03:07 +05:30
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": [
|
|
"es7",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"jsx": "preserve",
|
|
"declaration": false,
|
|
"skipLibCheck": false,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": "src",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|