Files
DefinitelyTyped/types/paypal-rest-sdk/tsconfig.json
Andrew Throener 045b2eace8 (paypal-rest-sdk): Initial Type commit (#18296)
Update

Update

Update

Update

Update

remove package.json

Review 1
2017-07-21 20:28:56 -07:00

23 lines
459 B
JSON

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