DefinitelyTyped/types/scrollbooster/tsconfig.json
Chris Neven d56a26c8e3
Added type definitions for scrollbooster (#42745)
* Added type definitions for scrollbooster

* Added new lines for better readability

* Added more info on the project

* Extending the correct linter
2020-03-02 10:58:58 -08:00

25 lines
513 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"scrollbooster-tests.ts"
]
}