mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 04:17:50 +00:00
56d764d451
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
} |