snort/tsconfig.json

11 lines
220 B
JSON

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