Skip to content

Commit

Permalink
build(config): update config to remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
akanass committed Oct 8, 2021
1 parent 64a6a8d commit e1d2b7b
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"types": [
"node",
"node-rsa",
"pem",
"jsonwebtoken",
"randomstring"
]
},
"exclude": [
"node_modules",
"dist",
"test",
"tools"
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"removeComments": true,
"sourceMap": false,
"inlineSources": false,
"types": [
"node",
"node-rsa",
"pem",
"jsonwebtoken",
"randomstring"
]
},
"exclude": [
"node_modules",
"dist",
"test",
"tools"
]
}

0 comments on commit e1d2b7b

Please sign in to comment.