snort/tsconfig.json

11 lines
220 B
JSON
Raw Normal View History

2023-01-12 15:35:42 +00:00
{
"compilerOptions": {
2023-01-20 11:11:50 +00:00
"baseUrl": "src",
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
}
}