@mockilo/schemaghost
Version:
Instant mock API server from database schema
20 lines (16 loc) • 540 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"declaration": false
},
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]
}