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

OSCHINA-MIRROR/didiopensource-LogicFlow

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
boyongjiong Отправлено 22.08.2024 14:11 793bc97
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"module": "ES2020",
"moduleResolution": "Node",
"experimentalDecorators": true,
// rollup 打包生成 umd 包时,需要生成 sourcemap,此处的选项应该移除,下面是对应说明
// https://stackoverflow.com/questions/63128597/how-to-get-rid-of-the-rollup-plugin-typescript-rollup-sourcemap-option-must
// "sourceMap": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmitOnError": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"target": "ES5",
"jsx": "react-jsx",
"jsxImportSource": "preact"
// see more from: https://preactjs.com/guide/v10/typescript
// "jsx": "preserve",
// "jsxFactory": "h",
// "jsxFragmentFactory": "Fragment",
// "lib": ["DOM", "DOM.Iterable", "ESNext"]
// "baseUrl": ".",
// "paths": {
// "@/*": ["*"],
// "@logicflow/core": ["./packages/core"]
// }
},
"exclude": [
"**/node_modules",
"**/examples",
"**/*.test.ts",
"**/*.e2e.ts",
"**/es",
"**/lib"
]
}

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

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

1
https://api.gitlife.ru/oschina-mirror/didiopensource-LogicFlow.git
git@api.gitlife.ru:oschina-mirror/didiopensource-LogicFlow.git
oschina-mirror
didiopensource-LogicFlow
didiopensource-LogicFlow
master