mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Added Power BI Custom Visuals API types * Added UT * Fix header of index.d.ts * Code review Update header Remove empty VisualPermissions enumeration Enable some rules Added disable-next-line for no-unnecessary-generics * Remove empty interfaces
25 lines
521 B
JSON
25 lines
521 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"powerbi-visuals-tools-tests.ts"
|
|
]
|
|
}
|