/
1mperatore
/
client-for-socialmedia
Обзор
Документация
Войти
/
1mperatore
/
client-for-socialmedia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.json
21 строка
559 B
Kirill Glushkov
first commit
06 май 2023, 13:58
06 май 2023, 13:58
cec03d5
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ESNext", "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": false, "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx" }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }