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