DefinitelyTyped/react-smooth-scrollbar/tsconfig.json
Alexey Svetliakov 4c2595cf69 initial commit
2017-01-10 06:24:01 +01:00

22 lines
470 B
JSON

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