mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-25 08:12:34 +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"],
|
"lib": ["ES2019"],
|
||||||
"alwaysStrict": true
|
"alwaysStrict": true
|
||||||
},
|
},
|
||||||
"include": ["lib", "test"]
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue