mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
d74fcb45a3
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"types": ["node", "heft-jest"],
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
]
|
|
}
|
|
} |