mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
e12dc523f8
* Adjust editor config Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu>
19 lines
277 B
JSON
19 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es6",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"cypress",
|
|
"cypress-commands",
|
|
"cypress-file-upload"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|