snort/packages/app/tsconfig.json
Kieran 74c61ca9ba
Some checks failed
continuous-integration/drone/push Build is failing
Fix tests
2023-10-06 13:16:28 +01:00

16 lines
350 B
JSON

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