Files
DefinitelyTyped/types/swiper/tsconfig.json
Eugene Matseruk 0bab723bac Implement typings for v4.2 of http://idangero.us/swiper (#24898)
- Move typings for v3 to the separate v3 folder
 - Implement typings for v4.2
 - Implement tests for typings
2018-04-16 17:41:11 -07:00

25 lines
508 B
JSON

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