zap-stream-admin/tsconfig.json

17 lines
365 B
JSON
Raw Permalink Normal View History

2023-08-08 09:49:51 +00:00
{
"compilerOptions": {
"baseUrl": "src",
"target": "es2020",
"module": "es2020",
"jsx": "react-jsx",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"sourceMap": true
}
}