snort/packages/app/tsconfig.json
2023-10-06 14:17:28 +01:00

16 lines
347 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"target": "ESNext",
"module": "ESNext",
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
}
}