DefinitelyTyped/types/stripejs/tsconfig.json
2018-09-04 10:32:11 +02:00

32 lines
652 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",
"customer.d.ts",
"element.d.ts",
"payment.d.ts",
"shipping.d.ts",
"source.d.ts",
"token.d.ts",
"stripejs-tests.ts"
]
}