amis-rpc-design/libs/amis/packages/amis-core/tsconfig.json

19 lines
316 B
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./lib",
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
]
},
"include": ["src/**/*"],
"references": [
{
"path": "../amis-formula"
}
]
}