Skip to content
Snippets Groups Projects
Commit b45d9fe8 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Workaround to support ?? operator

parent ceac9f78
No related branches found
No related tags found
1 merge request!247Resolve "Update Vuetify"
{ {
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "es2018",
"module": "esnext", "module": "esnext",
"strict": true, "strict": true,
"jsx": "preserve", "jsx": "preserve",
...@@ -39,4 +39,4 @@ ...@@ -39,4 +39,4 @@
"exclude": [ "exclude": [
"node_modules" "node_modules"
] ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment