/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/tsconfig.json
18 строк
386 B
Henning Dieterichs
repairs esm and amd build (#4950)
28 авг 2025, 14:35
Не верифицирован
28 авг 2025, 14:35
e56ad4b
Код
Авторство
О чём код?
{ "compilerOptions": { "declaration": true, "lib": ["dom", "es5", "es2015.collection", "es2015.promise", "es2015.iterable"], "module": "esnext", "moduleResolution": "node", "outDir": "../out/languages/tsc", "paths": { "@/*": ["./*"] }, "emitDeclarationOnly": true, "strict": true, "target": "es5", "sourceMap": true, "allowJs": true, "checkJs": false } }