/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
playgrounds/vite/tsconfig.json
26 строк
614 B
Adam Wathan
Fix Vite playground warnings
13 ноя 2024, 18:12
13 ноя 2024, 18:12
a8b99f7
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", "allowJs": true, "jsx": "react-jsx", /* Bundler mode */ "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "isolatedModules": true, "preserveConstEnums": true, "noEmit": true, /* Linting */ "skipLibCheck": true, "strict": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"], }