amis2/packages/amis-ui/tsconfig.json

15 lines
331 B
JSON
Raw Normal View History

2022-06-01 15:06:00 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist",
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
]
},
2022-06-02 13:28:23 +08:00
"include": ["src/**/*", "__tests__/**/*", "src/custom.d.ts"],
2022-06-01 15:06:00 +08:00
"references": [{"path": "../amis-core"}]
}