snort/tsconfig.json

12 lines
221 B
JSON

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