DefinitelyTyped/types/makeup-prevent-scroll-keys/tsconfig.json
2018-10-23 09:10:00 +02:00

25 lines
526 B
JSON

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