mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-24 18:41:52 +00:00
Only include src directory in tsconfig.json
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
fab2607e4d
commit
8246175b5a
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@
|
|||
"lib": ["ES2019"],
|
||||
"alwaysStrict": true
|
||||
},
|
||||
"include": ["lib", "test"]
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue