ToolJet/server/tsconfig.build.json

11 lines
142 B
JSON
Raw Normal View History

2021-07-08 05:40:27 +00:00
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"test",
"dist",
"**/*spec.ts",
"**/jest.config.ts"
]
2021-07-08 05:40:27 +00:00
}