{ "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"} ] }