Files
backrest/webui/tsconfig.json
T
2024-07-01 22:22:43 -07:00

14 lines
256 B
JSON

{
"compilerOptions": {
"jsx": "react",
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
],
}