/
githubmirror
/
json-server
Обзор
Документация
Войти
/
githubmirror
/
json-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.json
14 строк
335 B
typicode
use TS natively and switch to pnpm (#1672)
15 янв 2026, 02:04
Не верифицирован
15 янв 2026, 02:04
193b129
Код
Авторство
О чём код?
{ "exclude": ["src/**/*.test.ts"], "compilerOptions": { "outDir": "./lib", "target": "esnext", "module": "nodenext", "skipLibCheck": true, "strict": true, "allowImportingTsExtensions": true, "rewriteRelativeImportExtensions": true, "erasableSyntaxOnly": true, "verbatimModuleSyntax": true } }