platform/plugins/contact-assets/tsconfig.json
Andrey Platov 9a7a4bd9f3
introduce contact-assets
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-01 18:44:19 +02:00

15 lines
254 B
JSON

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