Files
DefinitelyTyped/types/better-bem/tsconfig.json
Fernando Mendes 5cde57aadb [@types/better-bem] Adds better-bem package (#42518)
* 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>
2021-05-24 15:39:56 -07:00

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"
]
}