ircstates-js/tsconfig.production.json

9 lines
94 B
JSON
Raw Normal View History

2021-07-12 23:43:29 +00:00
{
"extends": "./tsconfig",
"exclude": [
"dist",
"tests",
"node_modules"
]
}