/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
core/tsconfig.json
29 строк
628 B
Paweł Kuna
Migrate core JavaScript to TypeScript (#2582)
09 янв 2026, 23:49
Не верифицирован
09 янв 2026, 23:49
857988d
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2015", "module": "ES2020", "lib": ["ES2020", "DOM", "DOM.Iterable"], "moduleResolution": "bundler", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "declaration": false, "declarationMap": false, "sourceMap": true, "allowJs": true }, "include": [ "js/**/*" ], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts" ] }