mlcl_elements
Version:
Elements / Data type definition module for the molecuel CMS
30 lines (29 loc) • 720 B
JSON
{
"version": "1.4.1",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false
},
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts"
],
"files": [
"./index.ts",
"./typings/async/async.d.ts",
"./typings/mongoose/mongoose.d.ts",
"./typings/node/node.d.ts",
"./typings/underscore/underscore.d.ts",
"./typings/uuid/UUID.d.ts",
"./typings/validator/validator.d.ts"
],
"formatCodeOptions": {
"indentSize": 2,
"tabSize": 2,
"convertTabsToSpaces": true
}
}