mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 16:31:57 +03:00
6552eec72d
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"types": [],
|
|
"skipLibCheck": true,
|
|
"incremental": true
|
|
}
|
|
} |