1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/juejin-im-open-source

Клонировать/Скачать
tsconfig.json 417
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
杨俊宁 Отправлено 15.08.2020 06:10 3911820
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "react",
"esModuleInterop": true,
"sourceMap": true,
"baseUrl": "./",
"strict": true,
"paths": {
"@/*": ["src/*"],
"@@/*": ["src/.umi/*"]
},
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules", "dist", "typings"]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/juejin-im-open-source.git
git@api.gitlife.ru:oschina-mirror/juejin-im-open-source.git
oschina-mirror
juejin-im-open-source
juejin-im-open-source
master