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