DefinitelyTyped/paymentrequest/tsconfig.json
2016-12-02 15:17:43 -08:00

20 lines
406 B
JSON

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