UNPKG

@researchdatabox/sails-hook-redbox-omero

Version:

A Sails hook to add functionality to redbox that provisions OMERO

42 lines (41 loc) 851 B
{ "compilerOptions": { "outDir": "./", "rootDir": "./typescript", "strict": false, "target": "es6", "module": "commonjs", "moduleResolution": "node", "isolatedModules": false, "jsx": "react", "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": false, "noImplicitAny": false, "noImplicitUseStrict": false, "removeComments": true, "noLib": false, "preserveConstEnums": true, "sourceMap": false, }, "exclude": [ "node_modules/**", "typings/browser/**", "typings/browser.d.ts", "test/integration/**/*.ts", "angular/**" ], "include": [ "typescript/**/*.ts", ], "compileOnSave": true, "buildOnSave": false, "atom": { "rewriteTsconfig": false }, "typeAcquisition": { "include": [ "lodash" ] } }