Files
panels/services/user-service/tsconfig.json
2023-09-27 16:51:22 +01:00

18 lines
311 B
JSON

{
"compilerOptions": {
/* Language and Environment */
"target": "es2016",
/* Modules */
"module": "commonjs",
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Type Checking */
"strict": true,
"skipLibCheck": true
}
}