This repository has been archived on 2024-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
rocketchat-scim/tsconfig.json
2022-02-09 16:35:37 +01:00

15 lines
398 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"strictNullChecks": true,
"noImplicitReturns": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": ["**/*.ts"]
}