Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit a837bba

Browse files
committed
build: skip types file generation
1 parent 3837ea1 commit a837bba

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
"module": "commonjs",
66
"moduleResolution": "node",
77
"strict": true,
8-
"declaration": true,
98
"noUnusedLocals": true,
109
"esModuleInterop": true,
1110
"noImplicitAny": false,
1211
"resolveJsonModule": true,
1312
"allowSyntheticDefaultImports": true,
1413
"skipLibCheck": true
15-
},
16-
"include": ["src", "test"],
17-
"files": ["./src/typings.d.ts"]
14+
}
1815
}

0 commit comments

Comments
 (0)