datatracker/jsconfig.json
2024-03-22 12:38:28 -05:00

22 lines
287 B
JSON

{
"compilerOptions": {
"target": "ES6",
},
"exclude": [
"node_modules",
".yarn",
".vite"
],
"include": [
"client/**/*",
"playwright/**/*"
],
"vueCompilerOptions": {
"target": 3,
"plugins": [
"@vue/language-plugin-pug"
]
}
}