mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
15 lines
254 B
JSON
15 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"moduleResolution": "node",
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"declaration": true,
|
||
|
"outDir": "./lib",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"lib": [
|
||
|
"esnext",
|
||
|
"dom"
|
||
|
]
|
||
|
}
|
||
|
}
|