mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
5e38409a88
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.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"
|
|
]
|
|
}
|
|
} |