mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-05 19:17:23 +03:00
99ddd486a7
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["heft-jest"],
|
|
"skipLibCheck": true,
|
|
"incremental": true
|
|
}
|
|
} |