Files
db-migrate/tsconfig.json

11 lines
257 B
JSON
Raw Normal View History

2026-02-18 14:58:21 +01:00
{
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist",
// Environment Settings
// See also https://aka.ms/tsconfig/module,
"esModuleInterop": true
}
}