* chore: update dependencies + add jsconfig * fix(agenda): handle localStorage being disabled * feat: agenda share modal * feat: agenda tour * feat: agenda share filters + picked sessions + fixes * test: fix agenda tests * test: add agenda share dialog test * test: remove agenda only flag
22 lines
293 B
JSON
22 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".yarn",
|
|
".vite"
|
|
],
|
|
"include": [
|
|
"client/**/*",
|
|
"playwright/**/*"
|
|
],
|
|
"vueCompilerOptions": {
|
|
"target": 3,
|
|
"plugins": [
|
|
"@volar/vue-language-plugin-pug"
|
|
]
|
|
}
|
|
}
|