Skip to content

Commit 3799dd5

Browse files
committed
Tsconfig update
1 parent 58f1da3 commit 3799dd5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
"semi": false,
3232
"singleQuote": true,
3333
"printWidth": 120
34-
}
34+
},
35+
"np": {
36+
"contents": "dist"
37+
}
3538
}

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
"removeComments": true,
1414
"declaration": true,
1515
"outDir": "./dist"
16-
}
16+
},
17+
"exclude": [
18+
"node_modules",
19+
"dist"
20+
]
1721
}

0 commit comments

Comments
 (0)