mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
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"
|
|
]
|
|
}
|
|
} |