Files
DefinitelyTyped/types/node-red/tsconfig.json
Anders E. Andersen 31cc4f3c73 @types/node-red New set of types for Node-RED node creation api. (#20167)
* Basic node creation api

* Tests and fixes

* Minor linting fix
2017-10-02 11:35:22 -07:00

23 lines
452 B
JSON

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