DefinitelyTyped/types/i2c-bus/tsconfig.json

24 lines
518 B
JSON

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