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