15 lines
286 B
JSON
15 lines
286 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"rootDir": "./",
|
||
|
"typeRoots": [
|
||
|
"../../types",
|
||
|
"./node_modules/@types",
|
||
|
"../../node_modules/@types"
|
||
|
]
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"references": [{"path": "../amis"}]
|
||
|
}
|