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

OSCHINA-MIRROR/ta-tech-team-electron-playground

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
yuexing0921 Отправлено 17.10.2020 05:39 585a325
// https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
{
"compilerOptions": {
"skipLibCheck": true,
"module": "commonjs",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"jsx": "react",
"esModuleInterop": true,
"sourceMap": true,
"baseUrl": "./",
"inlineSources": true,
"noImplicitAny": true,
"outDir": "./lib",
"strict": true,
"importsNotUsedAsValues": "remove",
"paths": {
"*": ["node_modules/*"],
"app/*": ["app/*"],
"user-config/*": ["user-config/*"],
"resources/*": ["resources/*"],
"src/*": ["src/*"],
"common/*": ["common/*"],
"components/*": ["playground/components/*"],
"page/*": ["playground/page/*"],
"utils/*": ["playground/utils/*"],
"views/*": ["playground/views/*"],
"images/*": ["playground/images/*"]
},
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"allowJs": true
},
"include": ["app/**/*", "config/entry.dev.js", "playground/*"],
"exclude": [
"node_modules",
"packages",
"public",
"mock",
"app/js-sdk/dist",
"**/*.code.ts",
"example/*"
]
}

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

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

1
https://api.gitlife.ru/oschina-mirror/ta-tech-team-electron-playground.git
git@api.gitlife.ru:oschina-mirror/ta-tech-team-electron-playground.git
oschina-mirror
ta-tech-team-electron-playground
ta-tech-team-electron-playground
master