DefinitelyTyped/types/node-crate/tsconfig.json
Greg Jednaszewski 8607133d93 Add typings for node-crate (#29375)
* Add typings for node-crate

* Fix indentation

* Fix array types
2018-10-02 17:50:19 -07: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",
"node-crate-tests.ts"
]
}