snort/tsconfig.json

10 lines
198 B
JSON
Raw Normal View History

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