Files
DefinitelyTyped/types/parity-pmd/tsconfig.json
Vilim Stubičan 9d85a0c773 Type definitions for parity-pmd 0.4.0 (#23901)
* Type definitions for parity-pmd 0.4.0

* Contributors list update

* Removed unnecessary reference to node
2018-02-26 08:31:11 -08:00

24 lines
491 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",
"parity-pmd-tests.ts"
]
}