/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/tsconfig.json
16 строк
359 B
Henning Dieterichs
Adds web editor support to playground
03 май 2024, 12:33
03 май 2024, 12:33
27978a8
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "module": "commonjs", "moduleResolution": "Node", "strict": true, "outDir": "dist", "skipLibCheck": true, "resolveJsonModule": true, "newLine": "LF", "sourceMap": true, "useDefineForClassFields": false, "noEmit": true }, "exclude": ["src/**/*", "./node_modules/monaco-editor/monaco.d.ts"] }