/
ethyne
/
notes
Обзор
Документация
Войти
/
ethyne
/
notes
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4
tsconfig.json
20 строк
558 B
Jacky Zhao
chore(deps-dev): bump prettier
18 июн 2024, 07:46
18 июн 2024, 07:46
48e16c9
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["esnext", "DOM", "DOM.Iterable"], "experimentalDecorators": true, "module": "esnext", "target": "esnext", "moduleResolution": "node", "strict": true, "incremental": true, "resolveJsonModule": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "jsx": "react-jsx", "jsxImportSource": "preact" }, "include": ["**/*.ts", "**/*.tsx", "./package.json"], "exclude": ["build/**/*.d.ts"] }