/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/lib/tsconfig.json
28 строк
765 B
Maya Barnes
Secure window variable property retrieval (#13190)
10 дек 2025, 22:44
Не верифицирован
10 дек 2025, 22:44
f973167
Код
Авторство
О чём код?
{ "extends": "@streamlit/typescript-config/react.tsconfig.json", "compilerOptions": { "checkJs": false, "baseUrl": ".", "noEmit": false, "emitDeclarationOnly": true, "declaration": true, "outDir": "dist", "paths": { "~lib/*": ["src/*"], "@streamlit/component-v2-lib": ["../component-v2-lib/src"], "@streamlit/lib": ["../lib/src"], "@streamlit/lib/testing": ["src/testing.ts"], "@streamlit/app": ["./src"], "@streamlit/connection": ["../connection/src"], "@streamlit/protobuf": ["../protobuf/src"], "@streamlit/utils": ["../utils/src"] } }, "include": [ "src/**/*", "declarations.d.ts", "emotion.d.ts", "../test-globals.d.ts" ], "exclude": ["**/proto.js"] }