mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-25 13:40:20 +00:00
13 lines
240 B
JSON
13 lines
240 B
JSON
|
{
|
||
|
"exclude": ["/dist"],
|
||
|
"compilerOptions": {
|
||
|
"module": "ES2015",
|
||
|
"strict": true,
|
||
|
"lib": ["DOM", "ES2015"],
|
||
|
"target": "ES2015",
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
}
|
||
|
}
|