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