DefinitelyTyped/types/snekfetch/tsconfig.json
Iker Pérez Brunelli 3a5fa63942 Add snekfetch type definitions (#16214)
* Add snekfetch typings

* Fix linting errors

* Remove unsused import

* Make interfaces and types available to import
2017-05-01 14:46:38 -07:00

23 lines
453 B
JSON

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