Files
backrest/webui/tsconfig.json
T
garethgeorge b57ff969dd Add webui
2023-11-11 00:39:24 -08:00

11 lines
220 B
JSON

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