mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"declarationDir": "dist/@types",
|
|
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../geometry"
|
|
}
|
|
]
|
|
}
|