mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
* Adds defaultModelExpandDepth and plugins props * Adds better-bem package * Changes BEMClass from type to interface * Removes mixed changes from swagger-ui-react * Adds BEMParameter type * Fixes formatting * Fixes lint issues Co-authored-by: Fernando Mendes <fernando.mendes@tagview.com.br>
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"better-bem-tests.ts"
|
|
]
|
|
}
|