/
vasya2
/
var2
Обзор
Документация
Войти
/
vasya2
/
var2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/client-plugins/browser-scripts/tsconfig.json
17 строк
463 B
Oliver Eyton-Williams
refactor(client): allow TS worker to initialize itself and have the client check readiness (#57055)
11 ноя 2024, 19:18
Не верифицирован
11 ноя 2024, 19:18
c7936b4
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2022", "module": "ESNext", "moduleResolution": "Bundler", "lib": ["WebWorker", "DOM"], "allowJs": true, "strict": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "resolveJsonModule": true, "noEmit": true, "paths": { "pyodide/ffi": ["./node_modules/pyodide/ffi.d.ts"] // Remove after updating pyodide (later versions correctly export ffi) } } }