/
githubmirror
/
TypeScript
Обзор
Документация
Войти
/
githubmirror
/
TypeScript
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/tsconfig.json
26 строк
589 B
Abraham Guo
enable `@typescript-eslint/no-unused-vars` (#57123)
29 янв 2024, 22:31
Не верифицирован
29 янв 2024, 22:31
3c9aea3
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": [ "es2018" ], "module": "Node16", "moduleResolution": "Node16", "target": "es2018", "noEmit": true, // "declaration": true, // "emitDeclarationOnly": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noImplicitOverride": true, "noImplicitReturns": true, "allowJs": true, "checkJs": true }, "include": [ "**/*.mjs", "**/*.cjs" ] }