Files
DefinitelyTyped/smooth-scrollbar/tsconfig.json
Alexey Svetliakov 536734f6e0 Initial commit
2017-01-10 06:12:30 +01:00

21 lines
439 B
JSON

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