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

OSCHINA-MIRROR/ymm-tech-gods-pen

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ly525 Отправлено 02.08.2019 06:00 88485bc
{
"compilerOptions": {
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"noImplicitAny": true,
"noEmitOnError": false,
"noImplicitThis": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"downlevelIteration": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"jsx": "react",
"lib": [
"es6",
"dom"
],
"sourceMap": true,
/**
* #6: fix Intellisense and go to definition for absolute path
* here you can learn more those links:
* 1. https://code.visualstudio.com/docs/languages/jsconfig
* 2. https://github.com/vuejs/vetur/blob/master/docs/setup.md#path-mapping
* 3. https://github.com/vuejs/vetur/issues/423#issuecomment-340235722
*/
// see more: https://github.com/vuejs/vetur/blob/master/docs/setup.md#path-mapping
// This must be specified if "paths" is set
"baseUrl": ".",
// Relative to "baseUrl"
"paths": {
"src/*": ["./src/*"],
}
},
"plugins": [{
"name": "tslint-language-service"
}],
"include": [
"src/components/code/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}

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

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

1
https://api.gitlife.ru/oschina-mirror/ymm-tech-gods-pen.git
git@api.gitlife.ru:oschina-mirror/ymm-tech-gods-pen.git
oschina-mirror
ymm-tech-gods-pen
ymm-tech-gods-pen
master