mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-26 07:51:10 +08:00
17 lines
225 B
JSON
17 lines
225 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"declarationDir": "dist/@types"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../geometry"
|
|
}
|
|
]
|
|
}
|