mikro-orm-interactive-generator
Version:
MikroORM + knexJS interactive migration generator
31 lines (30 loc) • 634 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"strict": true,
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */,
"importHelpers": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"sourceMap": true,
"outDir": "dist/",
"lib": [
"ES6",
"DOM",
"ES2015"
]
},
"include": [
"src/**/*",
"bin/**/*"
],
"exclude": [
"node_modules",
"**/*.test.ts"
]
}