mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
887c3b9dd3
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
12 lines
235 B
JSON
12 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es6",
|
|
"lib": ["es6", "dom"],
|
|
"types": ["cypress" ,"cypress-commands", "cypress-file-upload"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|