/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-sql-editor/tsconfig.json
106 строк
2 KB
sergeyteleshev
Save scripts to custom locations (use import/export buttons) (#4258)
15 апр 2026, 16:12
Не верифицирован
15 апр 2026, 16:12
1660e62
Код
Авторство
О чём код?
{ "extends": "@cloudbeaver/tsconfig/tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "lib", "tsBuildInfoFile": "lib/tsconfig.tsbuildinfo", "composite": true }, "references": [ { "path": "../../common-react/@dbeaver/react-tests" }, { "path": "../../common-typescript/@dbeaver/cli" }, { "path": "../../common-typescript/@dbeaver/js-helpers" }, { "path": "../core-authentication" }, { "path": "../core-blocks" }, { "path": "../core-browser" }, { "path": "../core-cli" }, { "path": "../core-connections" }, { "path": "../core-data-context" }, { "path": "../core-di" }, { "path": "../core-dialogs" }, { "path": "../core-events" }, { "path": "../core-executor" }, { "path": "../core-localization" }, { "path": "../core-navigation-tree" }, { "path": "../core-resource" }, { "path": "../core-root" }, { "path": "../core-sdk" }, { "path": "../core-settings" }, { "path": "../core-storage" }, { "path": "../core-ui" }, { "path": "../core-utils" }, { "path": "../core-view" }, { "path": "../plugin-codemirror6" }, { "path": "../plugin-data-viewer" }, { "path": "../plugin-navigation-tabs" }, { "path": "../plugin-script-export" }, { "path": "../plugin-sql-editor-codemirror" } ], "include": [ "__custom_mocks__/**/*", "src/**/*", "src/**/*.json", "src/**/*.css", "src/**/*.scss" ], "exclude": [ "**/node_modules", "lib/**/*" ] }