DefinitelyTyped/types/ethereum-protocol/tsconfig.json

17 lines
432 B
JSON
Raw Permalink Normal View History

2018-06-08 21:04:18 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": ["index.d.ts", "ethereum-protocol-tests.ts"]
}