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 58f1da3 commit 3799dd5Copy full SHA for 3799dd5
package.json
@@ -31,5 +31,8 @@
31
"semi": false,
32
"singleQuote": true,
33
"printWidth": 120
34
- }
+ },
35
+ "np": {
36
+ "contents": "dist"
37
+ }
38
}
tsconfig.json
@@ -13,5 +13,9 @@
13
"removeComments": true,
14
"declaration": true,
15
"outDir": "./dist"
16
17
+ "exclude": [
18
+ "node_modules",
19
+ "dist"
20
+ ]
21
0 commit comments