top-tran/backend/tsconfig.json

12 lines
225 B
JSON
Raw Normal View History

2026-04-27 17:26:53 -03:00
{
"compilerOptions": {
2026-04-27 19:19:33 -03:00
"target": "ES2022",
"module": "NodeNext",
2026-04-27 17:26:53 -03:00
"moduleResolution": "NodeNext",
2026-04-27 19:19:33 -03:00
"rootDir": "src",
"outDir": "dist",
"types": ["node"],
"strict": true
},
"include": ["src"],
2026-04-27 17:26:53 -03:00
}