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

15 lines
347 B
JSON
Raw Permalink 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/**/*", "examples/**/*", "__tests__/**/*", "src/custom.d.ts"],
"references": [{"path": "../amis-core"}]
}