mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-06 02:47:45 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"strict": true
|
|
}
|
|
} |