snort/tsconfig.json

9 lines
177 B
JSON
Raw Normal View History

2023-01-12 15:35:42 +00:00
{
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}