2025-07-18 15:06:35 +05:30

9 lines
150 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "../src",
"module": "nodenext",
"moduleResolution": "nodenext"
}
}