Files
db-migrate/tsconfig.json

11 lines
256 B
JSON
Raw Normal View History

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