Skip to content

Commit

Permalink
chore: trigger a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Jun 7, 2024
1 parent 678362e commit cd30801
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
// "forceConsistentCasingInFileNames": true,
"declaration": true,
"alwaysStrict": true,
"sourceMap": true,
Expand All @@ -12,16 +11,13 @@
"resolveJsonModule": true,
"module": "nodenext",
"moduleResolution": "nodenext",
// "isolatedModules": true,
"strictNullChecks": true,
"stripInternal": true,
"noFallthroughCasesInSwitch": true,
"noEmitOnError": true,
// by pass issue: Could not find a declaration file for module 'buffer-layout' for now.
"skipLibCheck": true,

"outDir": "dist",
// "rootDir": "./src",
"rootDirs": ["./src", "test"]
},
"include": ["src", "test"],
Expand Down

0 comments on commit cd30801

Please sign in to comment.