Skip to content

Commit

Permalink
馃悰 fix: Lock father version
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 11, 2023
1 parent bb63919 commit 9aa4e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"dumi": "^2",
"dumi-theme-lobehub": "latest",
"eslint": "^8",
"father": "4",
"father": "4.3.1",
"husky": "^8",
"lint-staged": "^15",
"prettier": "^3",
Expand Down
24 changes: 5 additions & 19 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,20 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"downlevelIteration": true,
"target": "ESNext",
"esModuleInterop": true,
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"incremental": true,
"baseUrl": ".",
"paths": {
"@@/*": [".dumi/tmp/*"],
"@/*": ["./src/*"],
"@lobehub/tts": ["src"],
"@lobehub/tts/*": ["src/*"]
},
"plugins": [
{
"name": "next"
}
]
}
},
"include": ["src", "docs", "lib", ".dumirc.ts", "api", "**/*.ts", "**/*.d.ts", "**/*.tsx"]
}

0 comments on commit 9aa4e88

Please sign in to comment.