{
"compilerOptions": {
"lib": ["es2020", "dom"],
"target": "esnext",
"module": "esnext",
"outDir": "dist",
"strict": true,
"declaration": true,
"strictNullChecks": true,
"importHelpers": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"newLine": "LF",
"stripInternal": true
},
"include": [
"src"
]
}