mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
27 lines
569 B
JSON
27 lines
569 B
JSON
{
|
|
"include": [
|
|
"src/pretix/static/**/*",
|
|
"src/pretix/static/**/*.vue",
|
|
"src/pretix/plugins/webcheckin/**/*",
|
|
"src/pretix/plugins/webcheckin/**/*.vue"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {},
|
|
"strict": false,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"noErrorTruncation": true,
|
|
"noImplicitThis": true,
|
|
"isolatedModules": true,
|
|
"types": ["node", "events"]
|
|
},
|
|
"vueCompilerOptions": {
|
|
"plugins": ["@vue/language-plugin-pug"]
|
|
}
|
|
}
|