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 6ad1ae9 commit 8be7633Copy full SHA for 8be7633
package.json
@@ -23,7 +23,7 @@
23
],
24
"scripts": {
25
"format": "prettier --write .",
26
- "prepack": "tsc --project tsconfig.build.json",
+ "prepack": "tsc",
27
"typecheck": "tsc --noEmit"
28
},
29
"dependencies": {
tsconfig.build.json
tsconfig.json
@@ -1,7 +1,5 @@
1
{
2
"$schema": "http://json.schemastore.org/tsconfig",
3
- "include": ["**/*"],
4
- "exclude": ["node_modules"],
5
"compilerOptions": {
6
"allowSyntheticDefaultImports": true,
7
"declaration": true,
@@ -18,5 +16,6 @@
18
16
"strict": true,
19
17
"target": "ES2019",
20
"types": ["node"]
21
- }
+ },
+ "include": ["lib"]
22
}
0 commit comments