mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 17:01:57 +03:00
76e71712e6
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["heft-jest"],
|
|
"skipLibCheck": true,
|
|
"incremental": true,
|
|
"declarationMap": true
|
|
}
|
|
} |