amis2/packages/amis-editor/tsconfig.json

19 lines
376 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "./",
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
]
},
"include": ["src/**/*"],
"references": [
{"path": "../amis"},
{"path": "../amis-editor-core"},
{"path": "../amis-theme-editor-helper"}
]
}