DefinitelyTyped/types/fetch-jsonp/tsconfig.json
2017-03-24 14:27:52 -07:00

21 lines
422 B
JSON

{
"compilerOptions": {
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"module": "commonjs",
"lib": ["es6", "dom"],
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitThis": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
},
"files": [
"index.d.ts",
"fetch-jsonp-tests.ts"
]
}