We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7e1e8 commit 0228c79Copy full SHA for 0228c79
package.json
@@ -14,6 +14,10 @@
14
"lint": "eslint .",
15
"test": "vitest"
16
},
17
+ "files": [
18
+ "build",
19
+ "README.md"
20
+ ],
21
"keywords": [
22
"typescript"
23
],
tsconfig.json
@@ -23,7 +23,7 @@
"declaration": true,
24
"sourceMap": true,
25
"outDir": "./build",
26
- "incremental": true,
+ "incremental": false,
27
"isolatedModules": true,
28
"strict": true,
29
"baseUrl": "./src",
0 commit comments