/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/tsconfig.json
19 строк
427 B
Henning Dieterichs
Fixes CI
03 май 2024, 12:33
03 май 2024, 12:33
48e6f86
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "outDir": "dist", "skipLibCheck": true, "rootDir": ".", "resolveJsonModule": true, "newLine": "LF", "sourceMap": true, "jsx": "react", "experimentalDecorators": true, "useDefineForClassFields": false, "noEmit": true }, "include": ["**/*", "../node_modules/monaco-editor/monaco.d.ts"] }