mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-08 03:47:20 +00:00
11 lines
215 B
JSON
11 lines
215 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"strict": true,
|
||
|
"sourceMap": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"experimentalDecorators": true,
|
||
|
}
|
||
|
}
|