top-tran/backend/tsconfig.json
2026-04-27 19:41:17 -03:00

13 lines
No EOL
279 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "src",
"outDir": "dist",
"types": ["node"],
"strict": true
},
"include": ["src"],
"references": [{ "path": "./tsconfig.tools.json" }]
}