mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
73d85935ba
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"strict": true
|
|
}
|
|
} |