amis/packages/amis-ui/tsconfig.json

15 lines
347 B
JSON
Raw Permalink Normal View History

2022-06-01 15:06:00 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
2022-06-07 14:46:09 +08:00
"outDir": "./lib",
2022-06-01 15:06:00 +08:00
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
]
},
"include": ["src/**/*", "examples/**/*", "__tests__/**/*", "src/custom.d.ts"],
2022-06-01 15:06:00 +08:00
"references": [{"path": "../amis-core"}]
}