Skip to content

Commit

Permalink
Merge branch 'master' into fix_inject
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Dec 7, 2023
2 parents 6507c86 + bae769e commit b5b9d10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
koishi: ['4.11', '4.12', '4.13', '4.14', '4.15']
koishi: ['4.15']

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"extends": "@hamster-bot/tsconfig",
"compilerOptions": {
"target": "es2022",
"composite": true,
"incremental": true,
"rootDir": "src",
"module": "CommonJS",
"outDir": "lib",
"types": ["node", "mocha"],
"skipLibCheck": true
"skipLibCheck": true,
"jsx": "react-jsx",
"jsxImportSource": "@satorijs/element"
},
"include": ["src/**/*.ts"]
"include": ["src"]
}

0 comments on commit b5b9d10

Please sign in to comment.