Skip to content

Commit cd30801

Browse files
committed
chore: trigger a new release
1 parent 678362e commit cd30801

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
// "forceConsistentCasingInFileNames": true,
43
"declaration": true,
54
"alwaysStrict": true,
65
"sourceMap": true,
@@ -12,16 +11,13 @@
1211
"resolveJsonModule": true,
1312
"module": "nodenext",
1413
"moduleResolution": "nodenext",
15-
// "isolatedModules": true,
1614
"strictNullChecks": true,
1715
"stripInternal": true,
1816
"noFallthroughCasesInSwitch": true,
1917
"noEmitOnError": true,
20-
// by pass issue: Could not find a declaration file for module 'buffer-layout' for now.
2118
"skipLibCheck": true,
2219

2320
"outDir": "dist",
24-
// "rootDir": "./src",
2521
"rootDirs": ["./src", "test"]
2622
},
2723
"include": ["src", "test"],

0 commit comments

Comments
 (0)