DefinitelyTyped/types/stripe/tsconfig.json
Ifiok Jr 4e08f48af4
Update stripe types with usageRecordSummaries and usageRecords.
Additionally add options to the plan creation interface in line with Stripe Docs.
2018-09-18 05:38:22 +01:00

24 lines
489 B
JSON

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