/
austin_s
/
react-interview-components
Обзор
Документация
Войти
/
austin_s
/
react-interview-components
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
25 строк
680 B
spanic
Adds Header component, removes ConnectionsGraph component, refactors Stories, removes obsolete dependencies
02 фев 2025, 13:45
02 фев 2025, 13:45
08b117a
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": "src", "outDir": "lib", "declarationDir": "lib/types", "moduleResolution": "node", "strictBindCallApply": true, "plugins": [{"name": "typescript-plugin-css-modules"}], "declaration": true } }