Skip to content

Commit

Permalink
feat: Yakumo hmr support (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaarChaffee authored Dec 7, 2023
1 parent 3f36ca1 commit 98ab560
Showing 1 changed file with 8 additions and 2 deletions.
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 98ab560

Please sign in to comment.