/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/core_testing/tsconfig.json
25 строк
873 B
Bartek Iwańczuk
chore: merge deno_core repo into main repo (#32353)
27 фев 2026, 21:25
Не верифицирован
27 фев 2026, 21:25
ad52a9f
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "baseUrl": ".", "paths": { "ext:core/mod.js": ["../core/core.d.ts"], "ext:core/ops": ["ops.d.ts"], "checkin:async": ["checkin/runtime/async.ts"], "checkin:console": ["checkin/runtime/console.ts"], "checkin:error": ["checkin/runtime/error.ts"], "checkin:testing": ["checkin/runtime/testing.ts"], "checkin:throw": ["checkin/runtime/throw.ts"], "checkin:timers": ["checkin/runtime/timers.ts"], "checkin:worker": ["checkin/runtime/worker.ts"], "checkin:object": ["checkin/runtime/object.ts"], "checkin:callsite": ["checkin/runtime/callsite.ts"] }, "lib": ["ESNext", "DOM", "ES2023.Array"], "module": "ESNext", "moduleDetection": "force", "moduleResolution": "Bundler", "noEmit": true, "allowImportingTsExtensions": true } }