mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
56d764d451
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
]
|
|
}
|
|
} |