snort/tsconfig.json

10 lines
198 B
JSON

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