mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-28 14:36:59 +03:00
10 lines
169 B
JSON
10 lines
169 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"declaration": true,
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|