platform/plugins/templates-resources/tsconfig.json
Andrey Sobolev 52baf5444d
Email tempaltes (#853)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-01-24 10:35:58 +01:00

15 lines
254 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}