Files
SCM-Manager/scm-ui/ui-syntaxhighlighting/tsconfig.json

10 lines
109 B
JSON
Raw Normal View History

{
"extends": "@scm-manager/tsconfig",
"include": [
"./src"
],
"exclude": [
"./scripts"
]
}