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 19:41:17 -03:00
|
|
|
"references": [{ "path": "./tsconfig.tools.json" }]
|
2026-04-27 17:26:53 -03:00
|
|
|
}
|