mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-01 00:11:05 +00:00
044652e8d0
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["heft-jest"],
|
|
"lib": [
|
|
"esnext",
|
|
"esnext.intl",
|
|
"dom"
|
|
]
|
|
}
|
|
} |