6cd5fe892d
* wip: vue3 * fix: dev时C端路由被B端router污染 * wip: debugger material * wip: render widgets * wip:回滚editOption * c端抽离编辑态组件 * wip * 事件调通 * wip * feat: 可以正常提交 * fix: typo * fix: 答题进度条 * fix: form 与 input 事件冲突 * 优化field管理 * 优化代码 * update * 标题组件 * fix: 组件操作图标样式 --------- Co-authored-by: taoshaung <taoshaung@didiglobal.com>
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*",
|
|
"nightwatch.conf.*",
|
|
"playwright.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|