es-entity
Version:
ORM framework for Node js based on Ecmascript 6 and Typescript.
21 lines • 375 B
JSON
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"removeComments": true,
"incremental": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,
"outDir": "."
},
"include": [
"**/*"
],
"exclude": [
"node_modules"
]
}