pure-orm
Version:
A SQL Toolkit based on pure business objects passed to and from stateful data access objects
16 lines (15 loc) • 365 B
JSON
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"types": ["node", "jest"]
},
"exclude": ["node_modules", "dist"],
"include": ["src", "example", "test-utils"]
}