platform/plugins/lead-resources/tsconfig.json
Denis Bykhov df1ec7186f
Lead (#552)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2021-12-07 10:05:52 +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"
]
}
}