snort/packages/app/tsconfig.json

15 lines
318 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-03-03 20:34:18 +00:00
"target": "es2020",
2023-01-12 15:35:42 +00:00
"jsx": "react-jsx",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
2023-02-08 05:56:00 +00:00
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowJs": true
2023-01-12 15:35:42 +00:00
}
}