2f8272b6ae
* feat(shared): modularized package & node16 support * lockfile update * various fixes * moar fixes * added znv and zod as devdeps of shared * lockfile update
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../src",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|