UNPKG

@researchdatabox/sails-hook-redbox-redcap

Version:

Redbox hook for REDCap API

25 lines (24 loc) 515 B
{ "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "outDir": "./", "rootDir": "./typescript", "strict": false, "inlineSourceMap": true }, "exclude": [ "node_modules/**", "typings/browser/**", "typings/browser.d.ts", "test/integration/**/*.ts", "angular/**" ], "include": [ "typescript/**/*.ts", ], "compileOnSave": true, "buildOnSave": false, "atom": { "rewriteTsconfig": false } }