DefinitelyTyped/types/smooth-scroll/tsconfig.json
Andrei Horodinca e034387d69 Update import
2018-11-06 09:33:38 +01:00

21 lines
506 B
JSON

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