/
githubmirror
/
eslint-plugin
Обзор
Документация
Войти
/
githubmirror
/
eslint-plugin
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
21 строка
445 B
Michael Naumov
feat: add noUnsupportedApi rule
16 апр 2026, 20:40
16 апр 2026, 20:40
2f13fd9
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2022", "module": "nodenext", "lib": ["es2022", "dom"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "rootDir": "./", "baseUrl": ".", "declaration": true, "types": [ "node", "semver" ] }, "include": ["lib/**/*.ts", "tests/**/*.ts", "*.ts", "manifest.json"], "exclude": ["node_modules", "dist"] }