/
githubmirror
/
workgpt
Обзор
Документация
Войти
/
githubmirror
/
workgpt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
17 строк
440 B
Alex MacCaw
first commit
02 май 2023, 16:28
02 май 2023, 16:28
0ea9036
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["ES2021", "ES2022.Object", "DOM"], "types": ["vitest/globals", "node"], "target": "ES2021", "module": "nodenext", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "strictNullChecks": true, "resolveJsonModule": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "experimentalDecorators": true, "emitDecoratorMetadata": true } }