Skip to content

Commit 0228c79

Browse files
committed
fix: slim down package
1 parent aa7e1e8 commit 0228c79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"lint": "eslint .",
1515
"test": "vitest"
1616
},
17+
"files": [
18+
"build",
19+
"README.md"
20+
],
1721
"keywords": [
1822
"typescript"
1923
],

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"declaration": true,
2424
"sourceMap": true,
2525
"outDir": "./build",
26-
"incremental": true,
26+
"incremental": false,
2727
"isolatedModules": true,
2828
"strict": true,
2929
"baseUrl": "./src",

0 commit comments

Comments
 (0)