mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 14:22:23 +02:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declarationDir": "./types",
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src"]
|
|
}
|