Skip to content

Commit

Permalink
💚 fixing tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 11, 2024
1 parent 4ddc555 commit ecbd6b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/theme-nonepress/tsconfig.client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"extends": "../../tsconfig.base.client.json",
"include": [
"src/fontawesome.ts",
"src/prism-include-languages.ts",
"src/nprogress.ts",
"src/prism-include-languages.ts",
"src/theme",
"src/contexts",
"src/*.d.ts"
"src/*.d.ts",
"src/contexts"
]
}
6 changes: 1 addition & 5 deletions packages/theme-nonepress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"extends": "../../tsconfig.base.json",
"references": [{ "path": "./tsconfig.client.json" }],
"compilerOptions": {
"noEmit": false,
"incremental": true,
"tsBuildInfoFile": "lib/.tsbuildinfo",
"rootDir": "src",
"outDir": "lib"
"noEmit": false
},
"include": ["src"],
"exclude": [
Expand Down

0 comments on commit ecbd6b3

Please # to comment.