mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 11:30:16 +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,
|
||
|
}
|
||
|
}
|