Skip to content

Commit

Permalink
🐳 chore: 保存
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Oct 19, 2024
1 parent 42c9bc0 commit 2727a9a
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions learn-create-compoents-lib/components/tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,

/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["vite.config.ts"]
}
"compilerOptions": {
"target": "ESNext",
"lib": [
"ES2023"
],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"./vite.config.ts"
]
}

0 comments on commit 2727a9a

Please sign in to comment.