mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add types for Microsoft graph models * Set noImplicitAny to true * Adding tests for types * Added more test for types * Removed unnecessary import * Remove unnecessary headers from types file * Fixing linting error in test file * Removed overwritten linting rules and fixed linted errors
20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"microsoft-graph-tests.ts"
|
|
]
|
|
}
|