ircstates-js/tsconfig.production.json

9 lines
94 B
JSON

{
"extends": "./tsconfig",
"exclude": [
"dist",
"tests",
"node_modules"
]
}