DefinitelyTyped/types/gamepad/tsconfig.json
Alex Van Camp 83ece90e0b Rename gamepad and node-gamepad types
BREAKING CHANGE: `gamepad` has been renamed to `w3c-gamepad`.

BREAKING CHANGE: `node-gamepad` has been renamed to `gamepad`.
2018-11-03 14:54:07 -05:00

24 lines
488 B
JSON

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