mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-04 01:46:24 +00:00
9246369b40
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
}
|
|
} |