mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
30 lines
701 B
JSON
30 lines
701 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",
|
|
"promiEvent.d.ts",
|
|
"providers.d.ts",
|
|
"types.d.ts",
|
|
"utils.d.ts",
|
|
"web3-tests.ts",
|
|
"eth/abi.d.ts",
|
|
"eth/accounts.d.ts",
|
|
"eth/contract.d.ts",
|
|
"eth/index.d.ts",
|
|
"eth/types.d.ts",
|
|
"test/abi-tests.ts"
|
|
]
|
|
}
|