editor.js/tsconfig.build.json

5 lines
58 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"exclude": ["test"]
}