Files
backrest/webui/tsconfig.json
T
2024-05-07 23:43:54 -07:00

12 lines
221 B
JSON

{
"compilerOptions": {
"jsx": "react",
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}