regenbogenkarte/tsconfig.json

13 lines
240 B
JSON
Raw Normal View History

{
"exclude": ["/dist"],
"compilerOptions": {
"module": "ES2015",
"strict": true,
"lib": ["DOM", "ES2015"],
"target": "ES2015",
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
}
}