1
0
forked from Kieran/snort
snort4/tsconfig.json
2023-01-12 15:35:42 +00:00

9 lines
177 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}