mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
v3: Technical refactor (#302)
This commit is contained in:
committed by
GitHub
parent
f9cf2c60a5
commit
54eeee51b4
28
tsconfig.node.json
Normal file
28
tsconfig.node.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": [
|
||||
"vite.config.ts",
|
||||
"svelte.config.ts",
|
||||
"build/**/*",
|
||||
"scripts/**/*",
|
||||
"frameworks.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "dist", "content", "src"]
|
||||
}
|
||||
Reference in New Issue
Block a user