"添加前端模板和运行代码模块"
This commit is contained in:
31
qiming-vite-plugin-design-mode/tsconfig.json
Normal file
31
qiming-vite-plugin-design-mode/tsconfig.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"lib": [
|
||||
"ES2020",
|
||||
"DOM"
|
||||
],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"jsx": "react-jsx",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@xagi/design-mode-shared": ["./packages/client-shared/src"],
|
||||
"@xagi/design-mode-shared/*": ["./packages/client-shared/src/*"],
|
||||
"@xagi/design-mode-client-react": ["./packages/client-react/src"],
|
||||
"@xagi/design-mode-client-vue": ["./packages/client-vue/src"]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/dist",
|
||||
"**/node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user