mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 12:40:21 +00:00
init user-service
This commit is contained in:
17
services/user-service/tsconfig.json
Normal file
17
services/user-service/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Language and Environment */
|
||||
"target": "es2016",
|
||||
|
||||
/* Modules */
|
||||
"module": "commonjs",
|
||||
|
||||
/* Interop Constraints */
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
/* Type Checking */
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user