Skip to content

Commit

Permalink
fix: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Nov 14, 2024
1 parent 3fd9869 commit b131936
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/babel-plugin-hot-updater/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"compilerOptions": {
"target": "ES6",
"removeComments": true,
"module": "commonjs",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "lib",
"rootDir": "src",
"declaration": false,
"noEmit": false,
},
"include": ["src"]
}
"compilerOptions": {
"target": "ES6",
"removeComments": true,
"module": "commonjs",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "lib",
"rootDir": "src",
"declaration": false,
"noEmit": false
},
"include": ["src"]
}

0 comments on commit b131936

Please sign in to comment.