Skip to content

Commit

Permalink
fix: 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Sep 6, 2024
1 parent d694f69 commit 1a76abc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/yike-design-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["DOM", "ESNext"],
"declaration": true,
"skipLibCheck": true,
"noImplicitThis": true,
"isolatedModules": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"emitDeclarationOnly": true,
"useDefineForClassFields": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
// "declaration": true,
// "skipLibCheck": true,
// "noImplicitThis": true,
// "isolatedModules": true,
// "esModuleInterop": true,
// "resolveJsonModule": true,
// "emitDeclarationOnly": true,
// "useDefineForClassFields": true,
// "allowSyntheticDefaultImports": true,
// "forceConsistentCasingInFileNames": true,
"paths": {
"#comps": ["./components"],
"#utils": ["./components/utils"],
Expand Down

0 comments on commit 1a76abc

Please sign in to comment.