mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-04 01:46:24 +00:00
c2f77c3fe8
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./.build/dist",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"incremental": true
|
|
}
|
|
} |