amis2/packages/amis/tsconfig.json

12 lines
280 B
JSON
Raw Normal View History

2022-06-01 15:06:00 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "./",
"typeRoots": ["./node_modules/@types", "../../types"]
},
"include": ["src/**/*"],
"references": []
// "references": [{"path": "../amis-core"}, {"path": "../../"}]
}