mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2025-02-16 12:58:28 +00:00
To enable the goatcounter integration, the variable VITE_QUEER_LEXIKON_PRIVATE must be set to "true". This check is intentionally added for development environments so that all dev environments from possible forks do not modify the statistics by accident.
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"exclude": ["/dist"],
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"strict": true,
|
|
"lib": ["DOM", "ES2015"],
|
|
"target": "ES2015",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|