9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../src",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|