/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2.1
packages/docusaurus-plugin-debug/tsconfig.json
13 строк
323 B
Joshua Chen
chore: upgrade to TS 4.7, compile with NodeNext (#7586)
15 июн 2022, 20:15
Не верифицирован
15 июн 2022, 20:15
b4d93b9
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "references": [{"path": "./tsconfig.client.json"}], "compilerOptions": { "noEmit": false, "incremental": true, "tsBuildInfoFile": "./lib/.tsbuildinfo", "rootDir": "src", "outDir": "lib" }, "include": ["src"], "exclude": ["src/theme", "**/__tests__/**"] }