datatracker/jsconfig.json
Nicolas Giard 395f110df2
feat(agenda): various agenda improvements and fixes (#4613)
* 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
2022-10-21 16:04:32 -05:00

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"
]
}
}