mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 01:21:55 +03:00
a9d1349c2d
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["heft-jest"]
|
|
}
|
|
} |