Files
DefinitelyTyped/paymentrequest/tsconfig.json
Adam Cmiel 0102464118 add tests
2016-12-02 15:16:34 -08:00

20 lines
391 B
JSON

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