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