hedgedoc/html-to-react/tsconfig.base.json

21 lines
425 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"removeComments": true,
"preserveConstEnums": true,
"lib": [
"es2022",
"dom"
],
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"allowJs": true,
"sourceMap": true,
"jsx": "react"
},
"include": ["src"],
"exclude": ["dist", "**/*.test.ts"]
}